Skip to content

Commit

Permalink
Merge pull request #209 from w3c/issue_101
Browse files Browse the repository at this point in the history
update allowances for figure
  • Loading branch information
stevefaulkner committed Feb 15, 2020
2 parents 67c4b9d + e46aae9 commit 8854c6b
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -804,19 +804,19 @@ <h2 id="docconformance">
</p>
</td>
</tr>
<tr id="el-figcaption" tabindex="-1">
<tr id="el-fieldset" tabindex="-1">
<td>
[^figcaption^]
[^fieldset^]
</td>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-group">group</a></code>
</td>
<td>
<p>
Roles:
<a href="#index-aria-group">`group`</a>,
<a href="#index-aria-none">`none`</a>,
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-none">`none`</a>.
or <a href="#index-aria-radiogroup">`radiogroup`</a>.
</p>
<p>
<a href="#index-aria-global">Global `aria-*` attributes</a> and
Expand All @@ -825,19 +825,19 @@ <h2 id="docconformance">
</p>
</td>
</tr>
<tr id="el-fieldset" tabindex="-1">
<tr id="el-figcaption" tabindex="-1">
<td>
[^fieldset^]
[^figcaption^]
</td>
<td>
<code>role=<a href="#index-aria-group">group</a></code>
<a>No corresponding role</a>
</td>
<td>
<p>
Roles:
<a href="#index-aria-none">`none`</a>,
<a href="#index-aria-group">`group`</a>,
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-radiogroup">`radiogroup`</a>.
or <a href="#index-aria-none">`none`</a>.
</p>
<p>
<a href="#index-aria-global">Global `aria-*` attributes</a> and
Expand All @@ -855,10 +855,14 @@ <h2 id="docconformance">
</td>
<td>
<p>
Roles:
<a href="#index-aria-group">`group`</a>,
<a href="#index-aria-none">`none`</a>
or <a href="#index-aria-presentation">`presentation`</a>.
If the `figure` has no `figcaption` descendant:
<br>
Roles: <a><strong>Any</strong> `role`</a>
</p>
<p>
If the `figure` has a `figcaption` descendant:
<br>
<strong class="nosupport">No `role`</strong>.
</p>
<p>
<a href="#index-aria-global">Global `aria-*` attributes</a> and
Expand Down Expand Up @@ -887,7 +891,7 @@ <h2 id="docconformance">
</p>
<p>
DPub Roles:
<a data-cite="dpub-aria-1.0#doc-footnote">`doc-footnote`</a>
<a data-cite="dpub-aria-1.0#doc-footnote">`doc-footnote`</a>.
</p>
<p>
<a href="#index-aria-global">Global `aria-*` attributes</a> and
Expand Down

0 comments on commit 8854c6b

Please sign in to comment.