Skip to content

Commit

Permalink
further clarifications for li role mapping (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored May 19, 2023
1 parent 61ec080 commit 8925ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2174,8 +2174,8 @@ <h3>HTML Element Role Mappings</h3>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<!-- <td class="naming"></td> -->
<td class="comments">
If `li` element is not a child of <a data-cite="html">`ol`</a> , <a data-cite="html">`menu`</a> or <a data-cite="html">`ul`</a>
then expose the `li` element with a `generic` role.
If `li` element is not a child of <a data-cite="html">`ol`</a> , <a data-cite="html">`menu`</a> or <a data-cite="html">`ul`</a>, or if the containing
list element is no longer exposed with a `list` role, then expose the `li` element with a `generic` role.
</td>
</tr>
<tr tabindex="-1" id="el-link">
Expand Down

0 comments on commit 8925ce6

Please sign in to comment.