-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Complete the manual accessibility review as stated in the wiki
- Color contrast: the text meets required contrast, and all states (e.g. selected, focus, etc) meet 3:1 contrast
- High contrast mode: the control is understandable in high contrast mode in all states
- Zoom and reflow: the control is still visible and functional when zoomed in
- Pointer access: hover states are not required to understand or operate the control
- Keyboard access: all features can be operated using the keyboard, using established patterns. To determine that a keyboard pattern is established, it should match the closest APG pattern when possible, or have an articulated reason behind the pattern if not.
- Code conformance: meets requirements in ARIA spec and ARIA in HTML
- Screen reader access: the control is understandable and operable with all the following screen readers, following established patterns for that control with that screen reader
- JAWS + Chrome or Edge
- NVDA + Chrome or Edge
- NVDA + Firefox
- Narrator + Edge
- VoiceOver + Safari, iOS
- VoiceOver + Safari, macOS
- Talkback + Chrome on Android
Reactions are currently unavailable