Releases: scottaohara/a11y_styled_form_controls
Releases · scottaohara/a11y_styled_form_controls
v1.5
This release provides updates to components and documentation to provide better accessibility support, and better note issues with patterns and certain screen reader + browser combinations.
Updated Patterns
- Search component example with visible label
- Radios, checkboxes & other components that require consideration for touch/hover announcements. The following items were part of this issue:
- Radio Button Pill (fix)
- Radio Button Star Rating (fix)
- Styled Radio Buttons (fix)
- Styled Checkboxes (fix)
- Switch Component: Radio Buttons (fix)
- Styled file upload (note NVDA + hover issue)
- Switch button (fix for hover with NVDA, update functionality, and note screen reader issues with
role=switch
)
Baseline
Version 1.0 consists of styling and screen reader documentation for:
- Styled Checkboxes
- Styled Radio Buttons
- Radio Button Star Rating
- Radio Button Pill
- Switch Checkbox
- ARIA Switch Button (external link)
- ARIA Toggle Button
- Switch Radio Button Group
- File Upload
- Range Slider
- Select (single)
- Progress bar (poor support for screen readers)
- Meter (poor support for screen readers)
- Search Component (search input and role)