Opened 7 years ago
Closed 7 years ago
#17491 closed defect (patchwelcome)
A11y - dojox.grid.DataGrid
Reported by: | pierpaolo.manca | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojo DataGrid? does not meet all the A11y requirements. Problem details:
A WAI-ARIA widget must have an accessible name specified with aria-label, aria-labelledby or the widget's inner text.
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid? are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.