[patch] [cla] Accessibility: IndirectSelection Plugin
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”>
Change History (4)
Component: |
Accessibility →
DojoX Grid
|
Description: |
modified (diff)
|
Owner: |
changed from Becky Gibson to Evan
|
Status: |
new →
assigned
|
Summary: |
Accessibility: IndirectSelection Plugin →
[patch] [cla] Accessibility: IndirectSelection Plugin
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
In [28134]: