-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
elementRoles: related concepts vs. implicit semantics #24
Comments
If I'm reading this issue correctly, it seems like there is a similar problem with |
@eps1lon I'm going to run though all of https://www.w3.org/TR/html-aria/#el-input-file right now and make the code match the spec. |
This was referenced Nov 26, 2019
Closing. Reopen if further discussion is needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently a
<select />
element will be mapped to thelistbox
andcombobox
role. This does not match the table of *default implicit ARIA semantics: https://www.w3.org/TR/html-aria/#el-select. It should map to either one depending on size/multiple.It seems like the map is generated from related concepts but I think those aren't necessarily equivalent. Or the html spec is incomplete.
The text was updated successfully, but these errors were encountered: