This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Accessibility
Katy Robinson edited this page Nov 22, 2019
·
10 revisions
This is a two step process.
- building accessible components (<-- that's us!)
- considering the accessibility of the component when used in an app.
We own step one and act as consultants for step two [for Adelheid and Kevin for MVB].
Our Testing Process
Top Five Accessibility Requirements
- WAI-ARIA 1.1 Cheat Sheet
- Index of ARIA Design Pattern Examples
- Practical ARIA examples
- Accessibility guidelines for the main rich interface components
component | aria role | notes |
---|---|---|
calcite-action | command or button | when in ActionBar, menuitem |
calcite-action-bar | menu | |
calcite-action-group | article, or composite | |
calcite-action-pad | article, or composite | |
calcite-block | article or composite | |
calcite-block-section | article | |
Filter | input | |
calcite-flow | ||
calcite-flow-item | ||
calcite-panel | landmark | |
calcite-pick-list | search when includes Filter | |
calcite-pick-list-group | ||
calcite-pick-list-item | ||
calcite-shell | application | |
calcite-shell-panel | landmark | |
calcite-tip | article | |
calcite-tip-group | list, group | |
calcite-tip-manager | list | |
calcite-value-list | ||
calcite-value-list-item |