Skip to content

Commit cd75f5e

Browse files
authored
add allowed role for aside element (#455)
* add allowed role for aside element - related to, #411 but does not resolve the issue. * update change log
1 parent 93d3476 commit cd75f5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 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/455">9 July 2023 - Addition:</a>
69+
Update the <a href="#el-aside">`aside`</a> element to allow the dpub `doc-glossary` role.
70+
</li>
6771
<li>
6872
<a href="https://github.com/w3c/html-aria/pull/469">5 July 2023 - Addition:</a>
6973
Update the <a href="#el-button">`button`</a>, <a href="#el-input-button">`input type=button`</a>, <a href="#el-input-image">`input type=image`</a>
@@ -674,6 +678,7 @@ <h2 id="docconformance">
674678
<a data-cite="dpub-aria-1.0#doc-dedication">`doc-dedication`</a>,
675679
<a data-cite="dpub-aria-1.0#doc-example">`doc-example`</a>,
676680
<a data-cite="dpub-aria-1.0#doc-footnote">`doc-footnote`</a>,
681+
<span class="proposed addition"><a data-cite="dpub-aria-1.0#doc-glossary">`doc-glossary`</a>,</span>
677682
<a data-cite="dpub-aria-1.0#doc-pullquote">`doc-pullquote`</a>
678683
or <a data-cite="dpub-aria-1.0#doc-tip">`doc-tip`</a>
679684
</p>

0 commit comments

Comments
 (0)