Skip to content

Commit 51dd212

Browse files
authored
update s element mapping (#469)
the s element was remapped from generic to role=deletion in html aam. the only potential change here for conformance checkers is to signal a warning that use of the deletion role on the s element is unnecessary. this pr will close #466
1 parent 966b175 commit 51dd212

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 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/469">29 June 2023 - Addition:</a>
69+
Update the <a href="#s">`s`</a> element allowed roles to indicate use of `role=deletion` on the element would be considered redundnat.
70+
</li>
6771
<li>
6872
<a href="https://github.com/w3c/html-aria/pull/435">31 May 2023 - Correction:</a>
6973
Conditionally revise allowed `aria-*` attributes and roles on <a href="#el-summary">`summary`</a> element.
@@ -2631,11 +2635,11 @@ <h2 id="docconformance">
26312635
[^s^]
26322636
</th>
26332637
<td>
2634-
<a>No corresponding role</a>
2638+
<code>role=<a href="#index-aria-deletion">`deletion`</a></code>
26352639
</td>
26362640
<td>
2637-
<p>
2638-
<a><strong>Any `role`</strong></a>
2641+
<p class="proposed addition">
2642+
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-deletion">`deletion`</a></code> is NOT RECOMMENDED.
26392643
</p>
26402644
<p class="addition"><a>Naming Prohibited</a></p>
26412645
<p>

0 commit comments

Comments
 (0)