Opened 10 years ago
Last modified 10 years ago
#14988 closed defect
Accessibility: IndirectSelection Plugin — at Initial Version
Reported by: | jbest | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We had a screen reader company review our product. They flagged the IndirectSelection? plugin with a few minor issues.
Here is what needs to change:
- The role needs to be checkbox
- It is not aria-pressed, it is aria-checked
The presentation role is design for elements you want to hide from a screen reader. Here is a sample form a listbox:
<li role="checkbox"
aria-checked="true" aria-label="label1”>
Note: See
TracTickets for help on using
tickets.