8000 allow none and presentation on nav element (#404) · w3c/html-aria@7ccc612 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ccc612

Browse files
authored
allow none and presentation on nav element (#404)
* allow none and presentation on nav element * update changelog this gets the `nav` element in alignment with other elements that would otherwise expose implicit ARIA landmarks
1 parent b2d9fe7 commit 7ccc612

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,14 +2058,16 @@ <h2 id="docconformance">
20582058
<p>
20592059
Roles:
20602060
<a href="#index-aria-menu">`menu`</a>,
2061-
<a href="#index-aria-menubar">`menubar`</a>
2061+
<a href="#index-aria-menubar">`menubar`</a>,
2062+
<span class="proposed addition"><a href="#index-aria-none">`none`</a>,
2063+
<a href="#index-aria-presentation">`presentation`</a></span>
20622064
or <a href="#index-aria-tablist">`tablist`</a>
20632065
</p>
20642066
<p>
20652067
DPub Roles:
20662068
<a data-cite="dpub-aria-1.0#doc-index">`doc-index`</a>,
2067-
<a data-cite="dpub-aria-1.0#doc-pagelist">`doc-pagelist`</a>,
2068-
<a data-cite="dpub-aria-1.0#doc-toc">`doc-toc`</a>
2069+
<a data-cite="dpub-aria-1.0#doc-pagelist">`doc-pagelist`</a>
2070+
or <a data-cite="dpub-aria-1.0#doc-toc">`doc-toc`</a>
20692071
</p>
20702072
<p>
20712073
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>
@@ -4423,6 +4425,10 @@ <h2>
44234425
<h2>Change log</h2>
44244426
<h3>Substantive changes since the last published Recommendation</h3>
44254427
<ul>
4428+
<li>
4429+
06-Mar-2022:
4430+
Allow `none` and `presentation` roles on <a href="#el-nav">`nav` element</a>.
4431+
</li>
44264432
<li>
44274433
03-Mar-2022:
44284434
Restrict role allowances for <a href="#el-div">`div` element</a> when it is a child of a `dl` element.

0 commit comments

Comments
 (0)
0