Open Bug 1959547 Opened 8 days ago

SVG root documents receive reorder when invalid aria-hidden is set

Categories

(Core :: Disability Access APIs, defect, P3)

Desktop
Unspecified
defect

Tracking

()

People

(Reporter: morgan, Unassigned)

Details

See comment in accessible/tests/browser/tree/browser_test_aria_hidden.js

When aria-hidden is set on a the root element of an SVG document, we (correctly) show the SVG tree despite the attribute. However, adding the attribute causes a reorder event to be fired, and the tree changes from:

Document (SVG)

Text Container

Text Leaf

to

Document

Graphics Document (SVG)

Text Container

Text Leaf

You need to log in before you can comment on or make changes to this bug.