Skip to content

Commit 6e23814

Browse files
authored
UA SHOULD guidance for roles outside of required a11y parent role (#2562)
Replicates #2418 by @rahimabdi Closes #2012, closes #2418 This PR adds additional user agent guidance for how orphan roles SHOULD be treated outside of the context of a required accessibility parent role.
1 parent 3030dd8 commit 6e23814

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ <h3>Required Accessibility Parent Role</h3>
12491249
only meaningful when it is a child of an element with role <code>list</code>.
12501250
</p>
12511251
<p>To determine whether an element has a parent with the required role, <a>user agents</a> MUST ignore any elements with the role <rref>generic</rref> or <rref>none</rref>.</p>
1252+
<p>Also, <a>user agents</a> SHOULD ignore the role if it occurs outside the context of a required accessibility parent role.</p>
12521253
<p class="note">An element with the appropriate <a href="#implicit_semantics">implicit WAI-ARIA semantic</a> fulfills this requirement.</p>
12531254
</section>
12541255
<section id="namecalculation">

0 commit comments

Comments
 (0)