-
Notifications
You must be signed in to change notification settings - Fork 127
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
Option role has confusing/contradictory/circular context roles specified #809
Comments
Also, the Required Context Role: for
Again, it is strange to single out listbox, when these other concrete roles are also allowed:
So I think the Required Context Role: section for |
I think the problem is the first sentence. As far as I know option only applies for listbox. Would changing the first sentence to "A selectable item in a listbox." sort out all the other issues? |
Oh, interesting. So, why was If it really-truly is only for
i.e. also need to remove "or group" from sentence 2. And the Required Context Role: section needs to only contain But |
options would be allowed inside a group in a listbox too. |
Ah, I see. So how about:
|
Something I've noticed that I don't see listed anywhere else, which may be adding to this confusion with
Could just be me, though. |
The role definition for option states the following:
select
list, whereselect
can be:listbox
orgroup
, wherelistbox
is justlistbox
, andgroup
can be:listbox
might not be correctly mapped to an accessibility API.The
group
context role was added for 1.2, but I think the other sentences still need cleanup. It is strange thatlistbox
is singled out as being "the" required context role, yet there are other allowed context roles. Additionally confusing is thatselect
is a subclass ofgroup
but both are mentioned.The following wording is cleaner, although I'm not sure if this corresponds to the actual mappings:
The text was updated successfully, but these errors were encountered: