universemaster

Results 24 comments of universemaster

Hi @simonc. Thanks for posting the link to paged.js. I've spent several hours trying to get paged.js to work without success. (Also the link now goes to a 404). Are...

Regarding mathml browser support, I'm keeping an eye on the [MathML-core implementation report](https://w3c.github.io/mathml-core/implementation-report.html) . Although, as @ronkok highlights, some of the failing tests are more important than others. For example,...

In case it helps anyone reading this issue, I just want to explicitly highlight that KaTeX has the following output [options](https://katex.org/docs/options.html): - `output`: `string`. Determines the markup language of the...

Yes, it's too early to go for mathml only for a public website. However, you could create an accessible version for screen readers with `output: htmlAndMathml` and a smaller DOM...

Have a look at the [Mathml-core implementation report](https://w3c.github.io/mathml-core/implementation-report.html), particularly at [safari](https://www.theregister.com/2021/10/22/safari_risks_becoming_the_new_ie/). The fact that Apple users can usually only upgrade their browser with a new operating system means that it...

I have implemented all the optimisations I have linked to above in a script that I run after generation. With the optimisations: >the MathML-only DOM tree is 54% smaller than...

(could we have the `optimization` label on this issue, please?)

>I'm no MathML expert, but wouldn't it make sense for the outer `` to be an `` in this context? Perhaps, but maybe the problem is that it's actually more...

Here's is the discussion about glyphhanger - https://github.com/KaTeX/KaTeX/discussions/3361 .

I'm not doing anything special. I'm pretty sure that the below doesn't really add any new information to what I've already reported, but here's a very clear example. Create a...