Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,9 @@ <h2 id="docconformance">
<a>No corresponding role</a>
</td>
<td>
<p>
<a><strong>Any `role`</strong></a>
<p class="proposed addition">
<a><strong>Any `role`</strong> unless a direct child of a [^dl^] element. Then only <a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-none">`none`</a></a>
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>
Expand Down Expand Up @@ -4421,6 +4422,10 @@ <h2>
<h2>Change log</h2>
<h3>Substantive changes since the last published Recommendation</h3>
<ul>
<li>
03-Mar-2022:
Restrict role allowances for <a href="#el-div">`div` element</a> when it is a child of a `dl` element.
</li>
<li>
12-Feb-2022:
Allow `combobox` role on <a href="#el-button">`button` element</a>.
Expand Down