AX: aria-hidden=false does not work with <math> trees
https://bugs.webkit.org/show_bug.cgi?id=129046
Summary AX: aria-hidden=false does not work with <math> trees
chris fleizach
Reported 2014-02-19 09:14:09 PST
See attached file. Sequences like <p style="display: none" aria-hidden="false">4) <math><msqrt><mi>x</mi></msqrt></math></p> <p style="display: none">6) <math aria-hidden="false"><msqrt><mi>x</mi></msqrt></math></p> should be accessible, but they are not
Attachments
Radar WebKit Bug Importer
Comment 1 2014-02-19 09:14:31 PST
James Craig
Comment 2 2014-03-04 15:43:19 PST
The nested one should not be accessible. aria-hidden="false" should not override the unrendered display of an ancestor node. It should only override it's own display. The first should be accessible. The second should not.
Note You need to log in before you can comment on or make changes to this bug.