Skip to content

Commit 63adba1

Browse files
authored
Editorial: fix typo in li element guidance (#515)
Previous: "... if the parent list item does not ...." Corrected text: "... if the parent list element does not ..."
1 parent 2c9c9a2 commit 63adba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ <h2 id="docconformance">
22572257
if the parent list element has an implicit or explicit `list` role.
22582258
</p>
22592259
<p>
2260-
Otherwise, <a><strong>any `role`</strong></a> if the parent list item does not expose an implicit or explicit `list` role.
2260+
Otherwise, <a><strong>any `role`</strong></a> if the parent list element does not expose an implicit or explicit `list` role.
22612261
</p>
22622262
<p class="note">
22632263
See <a href="#el-ul">`ul`</a>, <a href="#el-ol">`ol`</a>, or

0 commit comments

Comments
 (0)