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

unsupportedrole check fails all invalid roles #1324

Closed
WilcoFiers opened this issue Jan 17, 2019 · 0 comments
Closed

unsupportedrole check fails all invalid roles #1324

WilcoFiers opened this issue Jan 17, 2019 · 0 comments
Assignees
Labels
fix Bug fixes rules Issue or false result from an axe-core rule

Comments

@WilcoFiers
Copy link
Contributor

The following code shouldn't fail the unsupportedrole check:

<input role="foo">
<input role="input">

The problem this causes is that these code snippets are reported as:

Fix all of the following

  • Abstract role cannot be directly used
  • The role used is not widely supported in assistive technologies
@WilcoFiers WilcoFiers added fix Bug fixes rules Issue or false result from an axe-core rule labels Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes rules Issue or false result from an axe-core rule
Projects
None yet
Development

No branches or pull requests

2 participants