Skip to content

Commit

Permalink
correct dl/dt roles
Browse files Browse the repository at this point in the history
related to resolving #373.  These elements presently have no corresponding role, and their previous mappings weren't correct.  new roles are coming in future aria, see #347
  • Loading branch information
scottaohara authored Mar 12, 2022
1 parent e2f7a46 commit 75a43f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,7 @@ <h3>HTML Element Role Mappings</h3>
<th>
<a data-cite="HTML">`dd`</a>
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-definition">`definition`</a> role
</td>
<td class="aria">No corresponding role</td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
Expand Down Expand Up @@ -933,9 +931,7 @@ <h3>HTML Element Role Mappings</h3>
<th>
<a data-cite="HTML">`dt`</a>
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-term">`term`</a> role
</td>
<td class="aria">No corresponding role</td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
Expand Down

0 comments on commit 75a43f9

Please sign in to comment.