Davide P. Cervone

Results 978 comments of Davide P. Cervone

I have just today made a PR that updates MathJax's operator dictionary with that of MathML4 (with some additions needed by MathJax). It uses the MathML spacing numbers from MathML4,...

Thanks for the report. It does seem to be a Safari bug. In version 4, MathJax inserts `` elements rather than empty `` elements, so it will be easer to...

The various characters used in MathJax's typeset output are placed into individual HTML tags with CSS that controls their style, size, and position on the page. In order to do...

> This example does have them, and all the positioning works. It's not, like, perfect or whatever, but it's pretty okay. Your example file is showing the browser's native MathML...

Just for anyone else coming here, a work-around in v3 is to add ``` css mjx-c::before { display: inline-block ! important; } ``` to your page's CSS.

> during this test v4 seems to have pegged a CPU for like a good minute at least, while v3 always completes in at most 3s. In v4, the assistive...

This is a duplicate of several other issues, including: #2858, #2701, and #2795. In v3, stretchy extenders are implemented using CSS transforms, and it turns out that browsers don't do...