--- name: definition-list description: "Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use correct definition list structure. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant." metadata: category: accessibility priority: medium difficulty: intermediate estimatedTime: "5" source: frontendchecklist.io url: https://frontendchecklist.io/en/rules/accessibility/definition-list --- # Use correct definition list structure Broken list structures confuse assistive technologies, preventing users from understanding the relationship between terms and their definitions. ## Quick Reference - Ensure <dl> contains only <dt>, <dd>, or