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.
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.