Skip to content

Commit

Permalink
Editorial: update implict role mappings
Browse files Browse the repository at this point in the history
the following are meant to be treated as generic elements:
- a  no href
- area no href
- b
- bdi
- bdo
- pre
- q
- u
- small

related to #406
  • Loading branch information
scottaohara authored Jul 8, 2022
1 parent 7bce3c2 commit 280e02c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h2 id="docconformance">
[^a^] without [^a/href^]
</th>
<td>
<a href="#dfn-no-corresponding-role" class="internalDFN" data-link-type="dfn">No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -512,7 +512,9 @@ <h2 id="docconformance">
<th id="el-area-no-href" tabindex="-1">
[^area^] without [^area/href^]
</th>
<td><a>No corresponding role</a></td>
<td>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<div class="addition proposed">
<p>
Expand Down Expand Up @@ -637,9 +639,7 @@ <h2 id="docconformance">
[^b^]
</th>
<td>
<p>
<a>No corresponding role</a>
</p>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -670,7 +670,7 @@ <h2 id="docconformance">
[^bdi^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand All @@ -688,7 +688,7 @@ <h2 id="docconformance">
[^bdo^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -2392,7 +2392,7 @@ <h2 id="docconformance">
[^pre^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -2432,7 +2432,7 @@ <h2 id="docconformance">
[^q^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -2683,7 +2683,7 @@ <h2 id="docconformance">
[^small^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -3059,7 +3059,7 @@ <h2 id="docconformance">
[^u^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down

0 comments on commit 280e02c

Please sign in to comment.