Filter out certain nodes in native mac accessibility tree
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
Details
(Whiteboard: [mac2020_1])
Attachments
(3 files)
There are some gecko accessible types that don't have an equivalent mac accessible type, and need to be skipped. For example optgroup elements don't have a mac equivalent and need to be skipped. Their children should be added to the skipped gecko accessible's parent, and the parent-child linkage should be mutual.
We also need to make sure we don't "leak" skipped accessibles to the platform, for example a skipped accessible should not return from a hittest, should not be present in other attributes, and a11y notifications should not be posted on its behalf.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D74431
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D74432
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/61712ddac434
https://hg.mozilla.org/mozilla-central/rev/3623dba783d8
https://hg.mozilla.org/mozilla-central/rev/97a05ba0b9e7
Description
•