Skip to content
Open
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 html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4716,8 +4716,8 @@ <h4 id="el-li">`li`</h4>
<tr>
<th>Comments</th>
<td>
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.
If `li` element is not an [=accessibility child=] of an <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>
</tbody>
Expand Down