third_party/aria-practices/src/content/patterns/grid/examples/advanced-data-grid.html
This example has not yet been developed. Development is described in issue 155.
This implementation of the Grid Pattern demonstrates how to implement a grid that has functionality similar to a spreadsheet.
Similar examples include:
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.
Please replace this content with a list of accessibility features demonstrated in this implementation, such as:
tabindex values| Attribute | Applied to Element | Usage |
|---|---|---|
role="ROLE_NAME" | HTML_ELEMENT | Brief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation. |
aria-labelledby="ID_REF" | HTML_ELEMENT | Brief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation. |
| And so on ... covering all relevant attributes | ... | ... |