Skip to content

Commit

Permalink
Editorial: update implict role mappings (#425)
Browse files Browse the repository at this point in the history
* Editorial: update implict role mappings

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

* update 3 more elements

data, samp and span all map to generic as well

* add missing <i> element as mapping to generic
  • Loading branch information
scottaohara authored Jul 22, 2022
1 parent ce97bd9 commit 02f5e96
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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 @@ -516,7 +516,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 @@ -641,9 +643,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 @@ -674,7 +674,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 @@ -692,7 +692,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 @@ -886,7 +886,7 @@ <h2 id="docconformance">
[^data^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -1391,7 +1391,7 @@ <h2 id="docconformance">
[^i^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -2393,7 +2393,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 @@ -2433,7 +2433,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 @@ -2521,7 +2521,7 @@ <h2 id="docconformance">
[^samp^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -2684,7 +2684,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 @@ -2715,7 +2715,7 @@ <h2 id="docconformance">
[^span^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-generic">`generic`</a></code>
</td>
<td>
<p>
Expand Down Expand Up @@ -3060,7 +3060,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 02f5e96

Please sign in to comment.