diff --git a/third_party/aria-practices/src/content/patterns/grid/examples/advanced-data-grid.html b/third_party/aria-practices/src/content/patterns/grid/examples/advanced-data-grid.html index dc2d45b74257b..4406bacd4155d 100644 --- a/third_party/aria-practices/src/content/patterns/grid/examples/advanced-data-grid.html +++ b/third_party/aria-practices/src/content/patterns/grid/examples/advanced-data-grid.html @@ -2,155 +2,21 @@ - Advanced Data Grid Example - - - - - - - - - - -
-

Advanced Data Grid

- -
-

About This Example

- -

- 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:

- -
- -
-

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.

- -
- -
-

Accessibility Features

-

Please replace this content with a list of accessibility features demonstrated in this implementation, such as:

-
    -
  1. ARIA roles
  2. -
  3. property and state information
  4. -
  5. Event handlers
  6. -
  7. tabindex values
  8. -
-
- -
-

Keyboard Support

- - -
- -
-

Role, Property, State, and Tabindex Attributes

- - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeApplied to ElementUsage
role="ROLE_NAME"HTML_ELEMENTBrief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation.
- - aria-labelledby="ID_REF" - HTML_ELEMENTBrief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation.
And so on ... covering all relevant attributes......
-
- -
-

JavaScript and CSS Source Code

- - -
- -
-

HTML Source Code

- -
- - -
-