Davide P. Cervone

Results 978 comments of Davide P. Cervone

> test is ok as is, I think I agree.

It looks like you are compiling the `.d.ts` files in the `js` directory. Those should not be compiled (they are the *results* of the files in the `ts` directory being...

You are right that these are being generated due to the `strict` setting. While there are only 4 involved in the code you are loading in your project, turning on...

> I think they need some additional commenting. I made some comments where I believe some extra comments should go. OK, I've made the changes your requested. See if the...

You don't provide the expression your are processing, but I suspect you are using MathML and have done something like ``` html f ′ ``` or maybe ``` html f′...

The next release will include a number of new fonts, STIX2 included. We hope for a beta release at the end of the month.

MathJax version 2 doesn't handle `\log_a \nolimits`; in version 2, the `\nolimits` must immediately follow the `\log`, as in `\log\nolimits_a`. My recommendation would be to move to v3's node-based support...

Thanks for the report. It looks like the speech strings are not being attached to aria labels after they are generated. Can you test the [speech](https://mathjax.github.io/mj3-demos/speech-tex-chtml.html) example and see if...

In terms of the explorer, it seems to work for me on the demos you indicate. I am able to navigate through the expression (but I'm not using assistive technology,...

I'm working on the update for this. Is `role="application"` needed even if the explorer is not present? I.e., if only the `aria-label` is present and the math is to be...