Open
Bug 1967034
Opened 3 months ago
Updated 2 months ago
VoiceOver does not expose aria-grabbed
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: morgan, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
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•3 months ago
|
Summary: VoiceOver does. not expose aria-grabbed → VoiceOver does not expose aria-grabbed
Comment 1•3 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.
Blocks: aria
Updated•3 months ago
|
Severity: -- → S3
Updated•2 months ago
|
Keywords: good-first-bug
Reporter | ||
Updated•2 months ago
|
Mentor: mreschenberg
You need to log in
before you can comment on or make changes to this bug.
Description
•