EXAMPLE_NAME
Replace this paragraph with an overview of the example that is something like the following. The below example section demonstrates a simple checkbox that implements the design pattern for checkbox.
Example
This is the place where the reader will experience the functioning example.
- The HTML in this section along with the javascript and CSS it uses demonstrate the design pattern.
- When developing an example implementation for this guide, please follow the APG example coding guidelines.
Accessibility Features
Please replace this content with a list of accessibility features demonstrated in this implementation, such as:
- ARIA roles
- property and state information
- Event handlers
tabindexvalues
Keyboard Support
| Key | Function |
|---|---|
| key 1 | Key 1 action |
| key 2 | Key 2 action |
| key 3 | Key 3 action |
ARIA Roles, Properties, and States
| Role | Property/State | Element | Usage |
|---|---|---|---|
| role | element X |
|
|
| aria-xxxxx | X[role="yyy"] element |
|
Javascript and CSS Source Code
- CSS: example_name.css
- Javascript: example_name.js