Open Bug 1967034 Opened 3 months ago Updated 2 months ago

VoiceOver does not expose aria-grabbed

Categories

(Core :: Disability Access APIs, defect)

Desktop
macOS
defect

Tracking

()

People

(Reporter: morgan, Unassigned, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

STR:

  1. Open accessibility inspector
  2. Load `data:text/html,<button aria-grabbed="true">Reorder me </button>
  3. 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

Summary: VoiceOver does. not expose aria-grabbed → VoiceOver does not expose aria-grabbed

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
Severity: -- → S3
Keywords: good-first-bug
Mentor: mreschenberg
You need to log in before you can comment on or make changes to this bug.