Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Label audit should fail if form fields lack a label, even with placeholder text #81

Closed
slauriat opened this issue Feb 14, 2014 · 0 comments · Fixed by #110
Closed

Label audit should fail if form fields lack a label, even with placeholder text #81

slauriat opened this issue Feb 14, 2014 · 0 comments · Fixed by #110
Assignees

Comments

@slauriat
Copy link

An input like <input type="text" placeholder="I have no label!"> passes the label audit, but has no proper label.

See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-placeholder-attribute

@ckundo ckundo self-assigned this Oct 17, 2014
ckundo pushed a commit to ckundo/accessibility-developer-tools that referenced this issue Oct 17, 2014
- Placeholder are not a substitute for labels.
[GoogleChrome#81]
ckundo pushed a commit to ckundo/accessibility-developer-tools that referenced this issue Oct 17, 2014
- Placeholder are not a substitute for labels.
[GoogleChrome#81]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants