-
Notifications
You must be signed in to change notification settings - Fork 9
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
Group position text incorrect #52
Comments
Maybe simple answer is to say same platform role? It will end up as menuitem on the platform. Or give the menuitemradio/checkbox as a special case. |
Kind of an aside, but does it really mean DOM parent? Shouldn't it be ancestor with the appropriate context role? There could be intervening DOM elements in the tree that are irrelevant and do not contain other elements of the same type. |
Adding the F2FCandidate label because I think we want to discuss and achieve consensus regarding what we expect/want user agents to calculate. |
Related: #49 |
@aleventhal: Regarding this:
Some platforms have different roles for the various menuitem types. See https://w3c.github.io/core-aam/#details-id-46 |
Perhaps (from Matt): Counting items that have one of the required owned element roles within the context. |
We also have to deal with: associationlistitemkey and associationlistitemvalue. Should these even support aria-posinset and aria-setsize? |
Another thing which is incorrect about this text:
We don't want user agents failing to expose See related: |
Regarding the above, some implementation experience with the HTML equivalent convinces me that they not only should be supported, authors should be encouraged to provide values, and failing that user agents should calculate them. See related w3c/html-aam#415 |
Section https://w3c.github.io/core-aam/#mapping_additional_position States
"Otherwise, if the role supports aria-posinset and aria-setsize, process the parent (DOM parent or parent defined by aria-owns), counting items that have the same role."
This is not correct. A menu should count all the menu items no matter the type (menuitem, menuitemcheckbox, menuitemradio) not just items of the same role
The text was updated successfully, but these errors were encountered: