Skip to content

Commit dd221b5

Browse files
authored
Update: naming prohibited changes for hgroup, address, rp (#463)
merging with 1.5 reflections in checkers, and the fact this is an update to match HTML AAM. Update: naming prohibited changes for hgroup, address, rp hgroup, address have each been mapped to the group role, and thus no longer prohibit naming. rp is not an element that _should_ be exposed to users, and even when it is - if ruby content is not supported - then it really should not be given a name then, either.
1 parent 9c74a5d commit dd221b5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
the following substantive additions and/or corrections have been proposed:
6565
</p>
6666
<ul>
67+
<li>
68+
<a href="https://github.com/w3c/html-aria/pull/462">21 August 2023 - Addition:</a>
69+
Update the <a href="#el-address">`address`</a> and <a href="#el-hgroup">`hgroup`</a> element allowances per their updated mapping to the `group` role.
70+
</li>
6771
<li>
6872
<a href="https://github.com/w3c/html-aria/pull/455">9 July 2023 - Addition:</a>
6973
Update the <a href="#el-aside">`aside`</a> element to allow the dpub `doc-glossary` role.
@@ -582,9 +586,8 @@ <h2 id="docconformance">
582586
</td>
583587
<td>
584588
<p>
585-
<a><strong>Any `role`</strong></a>
589+
<a><strong>Any `role`</strong></a>, though <a href="#index-aria-group">`group`</a> SHOULD NOT be used.
586590
</p>
587-
<p class="addition"><a>Naming Prohibited</a></p>
588591
<p>
589592
Otherwise, <a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
590593
and any `aria-*` attributes applicable to the allowed roles.
@@ -1468,9 +1471,8 @@ <h2 id="docconformance">
14681471
</td>
14691472
<td>
14701473
<p>
1471-
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-generic">generic</a></code> SHOULD NOT be used.
1474+
<a><strong>Any `role`</strong></a>, though <a href="#index-aria-group">`group`</a> SHOULD NOT be used.
14721475
</p>
1473-
<p class="addition"><a>Naming Prohibited</a></p>
14741476
<p>
14751477
Otherwise, <a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
14761478
and any `aria-*` attributes applicable to the allowed roles.
@@ -2653,6 +2655,7 @@ <h2 id="docconformance">
26532655
<p>
26542656
<a><strong>Any `role`</strong></a>
26552657
</p>
2658+
<p class="addition"><a>Naming Prohibited</a></p>
26562659
<p>
26572660
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
26582661
and any `aria-*` attributes applicable to the allowed roles.

0 commit comments

Comments
 (0)