Skip to content

Commit 3db6181

Browse files
authored
Editorial: update figure allowed roles cell
closes #497. supersedes #498
1 parent 1cf4fc1 commit 3db6181

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -1285,18 +1285,19 @@ <h2 id="docconformance">
12851285
</td>
12861286
<td>
12871287
<p>
1288-
If the `figure` has no `figcaption` descendant:
1289-
<br>
1290-
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-figure">figure</a></code> is NOT RECOMMENDED.
1291-
</p>
1292-
<p class="addition proposed">
12931288
If the `figure` has a `figcaption` descendant:
12941289
<br>
1295-
1290+
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-figure">figure</a></code>,
1291+
which is NOT RECOMMENDED.
1292+
</p>
1293+
<p>
12961294
DPub Role:
1297-
<a data-cite="dpub-aria-1.0#doc-example">`doc-example`</a>.</p>
1298-
1299-
<p>Otherwise, <code><a href="#index-aria-figure">figure</a></code> is allowed, but NOT RECOMMENDED.
1295+
<a data-cite="dpub-aria-1.0#doc-example">`doc-example`</a>.
1296+
</p>
1297+
<p>
1298+
If the `figure` has no `figcaption` descendant:
1299+
<br>
1300+
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-figure">figure</a></code> is NOT RECOMMENDED.
13001301
</p>
13011302
<p>
13021303
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>

0 commit comments

Comments
 (0)