Skip to content

Commit cfab4e1

Browse files
authored
Correction: revise wbr and br element allowances (#353)
revise wbr and br element allowances closes #332
1 parent 3ef70c1 commit cfab4e1

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

index.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,9 @@

623623
<a href="#index-aria-presentation">`presentation`a>
624624
or <a href="#index-aria-none">`none`a>
625625
p>
626-
<p>
627-
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributesa>.
626+
<p class="proposed addition">
627+
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`a> attribute on the `br` element.
628+
Otherwise, no other allowed `aria-*` attributes.
628629
p>
629630
td>
630631
tr>
@@ -2967,13 +2968,17 @@

29672968
<a>No corresponding rolea>
29682969
td>
29692970
<td>
2970-
<p>
2971-
<a><strong>Anystrong> `role`a>
2972-
p>
2973-
<p>
2974-
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributesa> and
2975-
any `aria-*` attributes applicable to the allowed roles.
2976-
p>
2971+
<div class="proposed correction">
2972+
<p>
2973+
Roles:
2974+
<a href="#index-aria-presentation">`presentation`a>
2975+
or <a href="#index-aria-none">`none`a>
2976+
p>
2977+
<p>
2978+
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`a> attribute on the `wbr` element.
2979+
Otherwise, no other allowed `aria-*` attributes.
2980+
p>
2981+
div>
29772982
td>
29782983
tr>
29792984
tbody>
@@ -4365,6 +4370,11 @@

Change log

43654370
<h3>Substantive changes since the last published Recommendationh3>
43664371

43674372
<ul>
4373+
<li>
4374+
07-Dec-2021:
4375+
Allow only `none` and `presentation` roles for <a href="#el-wbr">`wbr` elementa>.
4376+
Allow only `aria-hidden` global attribute for <a href="#el-br">`br`a> and <a href="#el-wbr">`wbr`a> elements.
4377+
li>
43684378
<li>
43694379
02-Dec-2021:
43704380
Allow `group` role on <a href="#el-section">`section` elementa>.

0 commit comments

Comments
 (0)