Davide P. Cervone
Davide P. Cervone
This PR fixes a problem in the LinebreakVisitor object where `malignmark` or `maligngroup` elements (which have no children) cause a "Math output error" due to an attempt to use `childNodes[0]`...
This PR changes the serialization of SVG elements to use XML rather than HTML rules (so that the xml in the `data-semantic-speech` attribute is properly quoted). Resolves issue mathjax/MathJax#3226.
This PR fixes an issue with the handling of the width of characters that are not in the MathJax fonts in SVG mode that could lead to overlapping characters. The...
This PR is for beta.6. The addition of the new TeX packages that load various double-struck fonts has broken the previous separation of input and output jax. There are some...
It looks like the size of tooltip text isn't being scaled properly to match the tooltip CSS font-size. See [this post](https://groups.google.com/g/mathjax-users/c/nM76BX70syc) for details.
This PF works around an issue with Safari where in-line line breaks aren't being honored. It appears that Safari doesn't break at spaces that are in `content` CSS like all...
This PR implements the ideas we discussed in our meeting yesterday: * A new `renderPromises` array is added to the MathDocument that holds promises that are created by the render...
This PR changes the default front from mathjax-modern to mathjax-newcm, which has more coverage and is slightly darker. The lightness of mathjax-modern was one of the complaints with v4. You...
Sorry for the long delay in getting this to you. I continued to work on it after our call and our the weekend. I have eliminated the worst of the...
This PR fixes a bunch of small issues with the explorer interface. * It turns off the subtitles and Braille subtitles by default. Currently, since the assistive tools are on...