Skip to content
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

Correction: revise wbr and br element allowances #353

Merged
merged 10 commits into from
Dec 8, 2021
28 changes: 19 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,9 @@ <h2 id="docconformance">
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-none">`none`</a>
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>.
<p class="proposed addition">
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`</a> attribute on the `br` element.
Otherwise, no other allowed `aria-*` attributes.
</p>
</td>
</tr>
Expand Down Expand Up @@ -2967,13 +2968,17 @@ <h2 id="docconformance">
<a>No corresponding role</a>
</td>
<td>
<p>
<a><strong>Any</strong> `role`</a>
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a> and
any `aria-*` attributes applicable to the allowed roles.
</p>
<div class="proposed correction">
<p>
Roles:
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-none">`none`</a>
</p>
<p>
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`</a> attribute on the `wbr` element.
Otherwise, no other allowed `aria-*` attributes.
</p>
</div>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -4365,6 +4370,11 @@ <h2>Change log</h2>
<h3>Substantive changes since the last published Recommendation</h3>

<ul>
<li>
07-Dec-2021:
Allow only `none` and `presentation` roles for <a href="#el-wbr">`wbr` element</a>.
Allow only `aria-hidden` global attribute for <a href="#el-br">`br`</a> and <a href="#el-wbr">`wbr`</a> elements.
</li>
<li>
02-Dec-2021:
Allow `group` role on <a href="#el-section">`section` element</a>.
Expand Down