--- name: semantic-lists description: "Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use semantic list elements. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant." metadata: category: accessibility priority: medium difficulty: beginner estimatedTime: "10" source: frontendchecklist.io url: https://frontendchecklist.io/en/rules/accessibility/semantic-lists --- # Use semantic list elements Screen readers announce list structure and item count—'list with 5 items'—helping users understand content organization. Styled divs provide no context. ## Quick Reference - Use