fred-wang / TeXZilla

LALR Javascript LaTeX-to-MathML converter compatible with Unicode
http://fred-wang.github.io/TeXZilla/
130 stars 21 forks source link

[WebKit/Blink] Can retrieve (La)TeX #24

Closed rgaiacs closed 10 years ago

rgaiacs commented 10 years ago

TeXZilla can't retrieve (La)TeX because in WebKit/Blink DOM Element.children does not work on MathML elements.

rgaiacs commented 10 years ago

To run around it we can rewrite the loop at https://github.com/fred-wang/TeXZilla/blob/master/TeXZilla.jison#L100.

fred-wang commented 10 years ago

Fixed.