We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Presently the datalist allows for global aria-* attributes and any aria-* attributes applicable to the listbox role.
datalist
In reality no aria-* attributes are respected on the datalist since its rendered ui is completely controlled by the browser.
The datalist attribute allowances should be updated to reflect this reality and simply indicate no ARIA attributes are allowed on this element.
The text was updated successfully, but these errors were encountered:
Correction: datalist attr allowances
37663db
closes #382 Removes the allowances of `aria-*` attributes from `datalist` as they are not actually respected / exposed to users. --- Need two conformance checkers to accept or indicate commitment to this change before it can be merged: - [ ] [html validator (need to file issue)](https://github.com/validator/validator/issues/) - [ ] [ibm equal access accessibility checker (need to file issue)](https://github.com/IBMa/equal-access/issues/) - [ ] [axe-core (need to file issue)](https://github.com/dequelabs/axe-core/issues) - [ ] [arc toolkit (need to file issue)](https://github.com/ThePacielloGroup/WAI-ARIA-Usage/issues)
Will it still have the implicit role of listbox?
listbox
Sorry, something went wrong.
yes. that's the implicit role for the datalist.
Successfully merging a pull request may close this issue.
Presently the
datalist
allows for global aria-* attributes and any aria-* attributes applicable to the listbox role.In reality no aria-* attributes are respected on the
datalist
since its rendered ui is completely controlled by the browser.The
datalist
attribute allowances should be updated to reflect this reality and simply indicate no ARIA attributes are allowed on this element.The text was updated successfully, but these errors were encountered: