--- name: landmark-regions description: "Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use landmark regions correctly. 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: "10" source: frontendchecklist.io url: https://frontendchecklist.io/en/rules/accessibility/landmark-regions --- # Use landmark regions correctly Landmark regions allow screen reader users to quickly identify and jump to major sections of a page, significantly improving navigation efficiency. ## Quick Reference - Use HTML5 landmark elements like `
`, `