EXAMPLE_NAME Example
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. This example uses ... summarize salient techniques )
Similar examples include:
- example name: summarize what this related example demonstrates.
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
Optional section: If appropriate, please replace this content with a list of any special or noteworthy accessibility features demonstrated in this implementation, such as:
- What distinguishes this example from related examples.
- Keyboard shortcuts, live regions, unusual event handling, or other ancillary best practices that are employed.
- Do not include information that would be repeated in the following keyboard and attribute sections.
- Delete this section if not needed.
Keyboard Support
| Key | Function |
|---|---|
| KeyName | Description of key function. |
| KeyName |
|
Role, Property, State, and Tabindex Attributes
| Role | Attribute | Element | Usage |
|---|---|---|---|
RoleName |
HTML_ELEMENT |
Describe usage/purpose, e.g., indicates the focusable element that serves as the ... | |
AttributeName= |
HTML_ELEMENT |
|
Javascript and CSS Source Code
- CSS: example_name.css
- Javascript: example_name.js
HTML Source Code