Accessibility
Our team carefully studied and adhered to Web Content Accessibility Guidelines 2.1 and WAI-ARIA Authoring Practices Guide when designing this Hook. Here are some facets of accessibility that are handled automatically:
- Careful following of the best practices for menus (WAI-AAPG: Menu and Menubar Pattern)
- Strict adherence to the best practices for menu buttons (WAI-AAPG: Menu Button Pattern)
- Full keyboard accessibility (WCAG: 2.1)
- Use of ARIA properties and roles to establish relationships amongst elements (WCAG: 1.3.1)
- Use of roles to identify the purpose of different parts of the menu (WCAG: 1.3.6)
- Focusable components receive focus in an order that preserves meaning and operability (WCAG: 2.4.3)
- Appears and operates in predictable ways (WCAG: 3.2)
For more details, see this comment on GitHub.