Open Bug 1967034 Opened 11 months ago Updated 1 month ago

VoiceOver does not expose aria-grabbed

Categories

(Core :: Disability Access APIs, defect)

Desktop
macOS
defect

Tracking

()

ASSIGNED

People

(Reporter: morgan, Assigned: tfrye1227, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

Attachments

(1 file)

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

Looking into this. Since there'e still no replacement, would resolving this involve just removing uses of aria-grabbed?

Flags: needinfo?(mreschenberg)

(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 !

Flags: needinfo?(mreschenberg)
Assignee: nobody → tfrye1227
Attachment #9559264 - Attachment description: WIP: Bug 1967034 Add aria-grabbed support for VoiceOver → Bug 1967034 Add aria-grabbed support for VoiceOver r?morgan!
Status: NEW → ASSIGNED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: