BMAD-METHOD/.claude/rules/javascript-astro-tailwind-c.../accessibility.mdc

9 lines
321 B
Plaintext

---
description: Rules for ensuring accessibility in Astro components, including semantic HTML and ARIA attributes.
globs: src/**/*.*
---
Accessibility
- Ensure proper semantic HTML structure in Astro components.
- Implement ARIA attributes where necessary.
- Ensure keyboard navigation support for interactive elements.