Skip to content

Commit b7f7d99

Browse files
authored
Merge branch 'gh-pages' into issue-361-aria-checked
2 parents ac7ecda + ce1a4c2 commit b7f7d99

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

index.html

Lines changed: 23 additions & 12 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">
@@ -2070,7 +2077,7 @@

20702077
<a>No corresponding rolea>
20712078
td>
20722079
<td>
2073-
<p><strong class="nosupport">no `role`strong>p>
2080+
<p><strong class="nosupport">No `role`strong>p>
20742081
<div class="addition proposed">
20752082
<p>
20762083
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`a> attribute on the `picture` element.
@@ -2415,7 +2422,9 @@

24152422
<a>No corresponding rolea>
24162423
td>
24172424
<td>
2418-
<strong class="nosupport">No `role` or `aria-*` attributesstrong>
2425+
<p>
2426+
<strong class="nosupport">No `role` or `aria-*` attributesstrong>
2427+
p>
24192428
td>
24202429
tr>
24212430
<tr id="el-sub" tabindex="-1">
@@ -4171,7 +4180,7 @@

Conformance checking requirements

41714180
A conformance checker MAY define their own terminology, and level or levels of
41724181
severity, when surfacing document failures to conform to this specification.
41734182
p>
4174-
section>
4183+
section>
41754184
<section id="priv-sec" class="informative">
41764185
<h2>
41774186
Privacy and security considerations
@@ -4187,17 +4196,19 @@

41874196
p>
41884197
section>
41894198
<section class="informative">
4190-
<h2>
4191-
Change log
4192-
h2>
4199+
<h2>Change logh2>
41934200
<h3>Substantive changes since the last published Recommendationh3>
41944201

4195-
<ol reversed>
4202+
<ul>
4203+
<li>
4204+
16-Nov-2021:
4205+
Allow `link` and `button` roles on <a href="#el-area-no-href">`area` without `href`a>.
4206+
li>
41964207
<li>
41974208
26-Oct-2021:
4198-
Allow `aria-hidden` attribute on the `picture` element.
4209+
Allow `aria-hidden` attribute on the <a href="#el-picture">`picture` elementa>.
41994210
li>
4200-
ol>
4211+
ul>
42014212
section>
42024213
body>
42034214
html>

makeup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ a code {
4343
font-weight: normal;
4444
}
4545

46+
.simple tbody th a {
47+
display: inline-block;
48+
}
49+
4650
.simple thead {
4751
position: sticky;
4852
top: 0px;

0 commit comments

Comments
 (0)