Skip to content

A11y Grid | Rendering and Ordering - #986

Draft
NicholasHallman wants to merge 2 commits into
mainfrom
a11y-grid/rendering-and-ordering
Draft

A11y Grid | Rendering and Ordering#986
NicholasHallman wants to merge 2 commits into
mainfrom
a11y-grid/rendering-and-ordering

improvements and file movement

6aa2333
Select commit
Loading
Failed to load commit list.
D2L Jira / Find Associated Jira Tickets failed May 8, 2026 in 1s

No Jira tickets found

No Jira tickets found after looking in 4 places

Details

We looked for tickets in 4 places.


We did not find a ticket in the Pull Request title,

A11y Grid | Rendering and Ordering


We did not find a ticket in the Pull Request body,

Phase 1 of the accessible grid component. Implements a similar strategy to the filter component where the grid-cell elements are not rendered but instead act as the data model. This way, developers can map over an array of item and the grid will order them into the semantically accessible reading order.

Functional Testing (Demo QA)

  • Items that are added to the grid in a bad order are corrected by the grid
  • Screen reader properly identifies the grid label on scan
  • Screen reader reads out the content of the cells, and the row and column position
  • Alt navigation allows the screen reader to move through the grid in all dimensions
phase 1 z reading order grid

We did not find a ticket in commit 17ab396, with message

phase 1


We did not find a ticket in commit 6aa2333, with message

improvements and file movement