Listitem

Use when applies to HTML documents with `<li>` elements. Also applies to custom ARIA lists where `role='listitem'` must be owned by `role='list'`. Common violations occur in templating systems where list markup is split across components or in CSS resets where developers use `<li>` for layout without proper list parents.

thedaviddias c46d29b 2 files · 6.4 KB Updated

File contents

thedaviddias/front-end-checklist/tree/main/skills/listitem commit c46d29b955

Frequently asked questions

npx skillmds@latest add thedaviddias/listitem