Skip to content

Commit 9eac4d9

Browse files
Prohibit presentation / none on where it causes conflict resolution (#1494)
Co-authored-by: Valerie Young <[email protected]>
1 parent 6205740 commit 9eac4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13535,6 +13535,7 @@ <h3>Presentational Roles Conflict Resolution</h3>
1353513535
<span class="comment">&lt;!-- 2. [role="none"] negates both the implicit 'heading' and the non-global aria-level. --&gt;</span>
1353613536
&lt;h1 role="none" aria-level="2"&gt; Sample Content &lt;/h1&gt;
1353713537
</pre>
13538+
<p>Authors MUST NOT use <rref>presentation</rref> and <rref>none</rref> on elements where user agents will ignore that role because it conflicts with one of the above items.</p>
1353813539
</section>
1353913540
</section>
1354013541
<section id="idl-interface" class="normative">

0 commit comments

Comments
 (0)