This example page is work in progress. Provide feedback in issue 67.
The below example section contains a personal information input form divided into 3 sections that demonstrates the design pattern for accordion. In this implementation, one panel of the accordion is always expanded, and only one panel may be expanded at a time.
Please replace this content with a list of accessibility features demonstrated in this implementation, such as:
tabindex values| Key | Function |
|---|---|
| key 1 | Key 1 action |
| key 2 | Key 2 action |
| key 3 | Key 3 action |
| Role | Property/State | Element | Usage |
|---|---|---|---|
| role | element X |
|
|
| aria-xxxxx | X[role="yyy"] element |
|