krautzource / aria-tree-walker

A lightweight walker for labeled ARIA trees
https://krautzource.github.io/aria-tree-walker/
Apache License 2.0
2 stars 0 forks source link

docs: issue with Chrome and mathjax svg sample #29

Closed pkra closed 3 years ago

pkra commented 3 years ago

MathJax adds role=img to the SVG, thus making all children presentational. Chrome currently seems to prevent role=treeitem from working. Thus our tree nodes remain presentational and without accessible name.

We can pass the svg (not the container) to sre2tree to work around this.