Skip to content

Addition: add rule for dl > div #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 4, 2022
Merged
Changes from all commits
Commits
File filter

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