Opened 12 years ago
Closed 12 years ago
#8789 closed defect (fixed)
[patch] [ccla] add ARIA sort property to columns
Reported by: | Becky Gibson | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.3.0b2 |
Keywords: | a11y | Cc: | |
Blocked By: | Blocking: |
Description
There is an ARIA property to indicate whether or not a grid column is sorted - aria-sort. This needs to be added into the grid columns.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | 8789.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Priority: | normal → high |
Summary: | add ARIA sort property to columns → [patch] [ccla] add ARIA sort property to columns |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
simple patch to add aria-sort (ascending/descending) onto the currently sorted columner header. Also, another minor tweak to setting the grid role for both FF2 and other browsers.
Marking as high and 1.3 to get reviewed.