Skip to content

Commit ac4c5fe

Browse files
authored
Addition: update allowances for area no href (#360)
closes #325 * update allowances for area no href * add classes to indicate additions * update changelog
1 parent 0c12795 commit ac4c5fe

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

index.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,16 @@

337337
th>
338338
<td><a>No corresponding rolea>td>
339339
<td>
340-
<p><strong class="nosupport">No `role`strong>p>
341-
<p><a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributesa>
342-
and any `aria-*` attributes applicable to the allowed roles.p>
340+
<div class="addition proposed">
341+
<p>Roles:
342+
<a href="#index-aria-button">`button`a>
343+
or <a href="#index-aria-link">`link`a>
344+
p>
345+
<p>
346+
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributesa> and
347+
any `aria-*` attributes applicable to the allowed roles.
348+
p>
349+
div>
343350
td>
344351
tr>
345352
<tr id="el-article" tabindex="-1">
@@ -4169,7 +4176,7 @@

Conformance checking requirements

41694176
A conformance checker MAY define their own terminology, and level or levels of
41704177
severity, when surfacing document failures to conform to this specification.
41714178
p>
4172-
section>
4179+
section>
41734180
<section id="priv-sec" class="informative">
41744181
<h2>
41754182
Privacy and security considerations
@@ -4185,15 +4192,17 @@

41854192
p>
41864193
section>
41874194
<section class="informative">
4188-
<h2>
4189-
Change log
4190-
h2>
4195+
<h2>Change logh2>
41914196
<h3>Substantive changes since the last published Recommendationh3>
41924197

41934198
<ol reversed>
4199+
<li>
4200+
16-Nov-2021:
4201+
Allow `link` and `button` roles on <a href="#el-area-no-href">`area` without `href`a>.
4202+
li>
41944203
<li>
41954204
26-Oct-2021:
4196-
Allow `aria-hidden` attribute on the `picture` element.
4205+
Allow `aria-hidden` attribute on the <a href="#el-picture">`picture` elementa>.
41974206
li>
41984207
ol>
41994208
section>

0 commit comments

Comments
 (0)