VoiceOver does not expose aria-grabbed
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
People
(Reporter: morgan, Assigned: tfrye1227, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
STR:
- Open accessibility inspector
- Load `data:text/html,<button aria-grabbed="true">Reorder me </button>
- Focus the button with the a11y inspector
Expected:
AXGrabbed: YES
Actual:
AXGrabbed doesn't appear in attribute list
Per the spec this should be exposed to AXGrabbed. It doesn't look like VoiceOver speaks this attribute in Safari, so we may want to verify with our contacts at apple that this is still the correct mapping.
Other tests seem to say this is unsupported with VO in both safari and fx
| Reporter | ||
Updated•11 months ago
|
Comment 1•11 months ago
|
||
Note that aria-grabbed was deprecated without a replacement. That's not to suggest we shouldn't support it, but that does impact its priority.
Updated•11 months ago
|
Updated•10 months ago
|
| Reporter | ||
Updated•10 months ago
|
| Assignee | ||
Comment 2•1 month ago
|
||
Looking into this. Since there'e still no replacement, would resolving this involve just removing uses of aria-grabbed?
| Reporter | ||
Comment 3•1 month ago
|
||
(In reply to Sally Frye from comment #2)
Looking into this. Since there'e still no replacement, would resolving this involve just removing uses of aria-grabbed?
It looks like we still have a bit of support for this in Firefox, so I think we're okay to implement this as usual.
Implementing it as usual also means when we go to remove or replace this attribute in the future, we'll maintain mac support :)
Thanks for asking !
| Assignee | ||
Comment 4•1 month ago
|
||
Updated•1 month ago
|
Description
•