-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
cc @asurkov
MathML Core elements are listed here: https://w3c.github.io/mathml-core/#mathml-elements-and-attributes
It seems mapping for <math> and <mphantom> are missing.
<mphantom> is essentially an <mrow> with default style visibility: hidden ( https://w3c.github.io/mathml-core/#making-sub-expressions-invisible-mphantom ) so it generally does not show up in the accessibility tree. What should we do if someone reverts that CSS style? Still don't create any node in the accessibility tree? Or follow the same mapping as for <mrow>?
The mapping for <math> is defined in https://w3c.github.io/html-aam/ although it's not a HTML element. Note that the same is true for <svg> but mapping it still repeated in https://w3c.github.io/svg-aam/
Metadata
Metadata
Assignees
Labels
No labels