wcag-audit-perceivable-layout-deep
Installation
SKILL.md
When to Use
Apply when organizing content, creating page structures, or arranging visual elements spatially.
Rules
- Use semantic HTML structure for content hierarchy
- Ensure logical reading and navigation order
- Provide clear visual groupings of related content
- Maintain consistent layout patterns across similar pages
- Ensure content reflows appropriately on different screen sizes
- Provide clear landmarks and section headings
- Avoid layout that depends solely on sensory characteristics
- Ensure touch targets meet minimum size requirements (44px by 44px)
- Provide visible focus indicators that are clearly distinguishable
- Ensure focus order follows logical reading sequence
- Avoid focus traps that prevent keyboard navigation
- Provide skip links for repeated navigation sections
Avoid
- Layout that becomes unusable when zoomed or reflowed
- Content that relies only on shape, size, or position for meaning
- Inconsistent navigation patterns between pages
- Overlapping or obscured interactive elements
Related skills
More from jkense/agent-skills-wcag
wcag-audit-operable-keyboard-focus
Validate logical keyboard navigation order for interface elements
11wcag-audit-perceivable-color-contrast
Calculate WCAG contrast ratios for text and non-text elements
11wcag-audit-operable-keyboard
Route user interaction and control accessibility design patterns
8wcag-audit-perceivable-color-blindness
Simulate how colors appear to users with different types of color blindness
8wcag-audit-perceivable-text-deep
Comprehensive typography accessibility rules for text design and readability
7wcag-audit-understandable-forms
Route form input and data collection accessibility requirements
7