Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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