Skip to content

Commit

Permalink
Correction: revise wbr and br element allowances (#353)
Browse files Browse the repository at this point in the history
revise wbr and br element allowances

closes #332
  • Loading branch information
scottaohara authored Dec 8, 2021
1 parent 83d914c commit 1e37319
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions html-aria/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

0 comments on commit 1e37319

Please sign in to comment.