-
Notifications
You must be signed in to change notification settings - Fork 28
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
Resolve "ARIA required context role" survey comments #507
Comments
Example 5 seems unfortunate to me, since it contains a non-valid nesting of navigation within list. This has nothing to do with the rule itself, but should at least be mentioned |
Updated in act-rules/act-rules.github.io#1554 The main concern seems to be about the "owned by" definition. Since it is actually fairly easy (at least ours), I've directly inlined it and replaced by "[is] a child in the accessibility tree". That should remove the confusion with the ARIA definition. Note that the ARIA definition is itself under discussion (w3c/aria#748) and may end up close to what we do (direct children only, not further descendants) which is the reason why we chose to stray away in the start. As for the other comments:
<div role="list">
<div aria-label="foo">
<div role="listitem">Item 1</div>
<div role="listitem">Item 2</div>
</div>
</div> This is currently allowed by ARIA: the
|
Rule: ARIA required context role
Survey results
Survey discussions: 7 January meeting.
Reference to Issue 499 introducing this as a new rule.
Comments from survey:
Detlev Fischer
Kathy Eng
Mary Jo Mueller
The text was updated successfully, but these errors were encountered: