Davide P. Cervone
Davide P. Cervone
PS, the reason your extracted version doesn't show this is because you are not including the CSS that MathJax inserts into the page, and so are not getting the MathJax...
There are a number of interconnected issues involved, here. The menu initialization in v3 has several problems, particular when the renderer has been changed from the page's default. These are...
This is a duplicate of a previous issue, but I can't seem to locate it.
The `rerender()` function overridden in the configuration that I offered is only called when the renderer is changed, either explicitly in response to a menu selection, or on startup when...
There was a file that was left out of a recent commit (#1109). It is `components/mjs/source.d.cts` and should contain one line ``` js export declare const src: string; ``` You...
PS, I'm in the process of writing a response to your other issue, and was going to include a MathJax configuration that would include a patch for the problem, so...
The div elements that you point to are part of the assistive tools and are triggered by activating the expression explorer. Since the configuration you give doesn't enable them by...
See also the discussion in the [MathJax Users Forum](https://groups.google.com/g/mathjax-users/c/iFJeavVKFxU) on `aria-atomic`.
Sorry for the long delay in getting back to you. I've been looking into the issues you raised, and found some additional problems while working with VoiceOver. So we are...