From 15d487cadcbc80bbfaeefd66cf8c578ecb33ef5d Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 15 Apr 2024 10:46:48 -0400 Subject: [PATCH] Editorial: fix typo in li element guidance Previous: "... if the parent list item does not ...." Corrected text: "... if the parent list element does not ..." --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 27ba149..ad66161 100644 --- a/index.html +++ b/index.html @@ -2257,7 +2257,7 @@

if the parent list element has an implicit or explicit `list` role.

- Otherwise, any `role` if the parent list item does not expose an implicit or explicit `list` role. + Otherwise, any `role` if the parent list element does not expose an implicit or explicit `list` role.

See `ul`, `ol`, or