Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 input types other than text fail success criteria: "4.1.2: Name, Role, Value" #196

Closed
ironikart opened this issue Jun 22, 2017 · 3 comments

Comments

@ironikart
Copy link
Contributor

The code for 4_1_2 only validates against input[type="text"] and incorrectly validates input[type="email"] etc. as it doesn't match the known list of required names.

@oddjones
Copy link

oddjones commented Aug 7, 2017

wasted a whole morning trying to figure out why on earth my <input type="email"> was failing every time :-(

@Lucas-C
Copy link

Lucas-C commented Aug 17, 2017

Same for <input type="search">
They do not appear in the doc: https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_2

@tfrijsewijk
Copy link

So who's at fault here? HTML CodeSniffer or the spec for lagging behind WCAG specs?

And: How to proceed? I'm using HTML CodeSniffer in CI and my builds are failing because of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants