-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Issue Summary
WHen navigating mathjax menu in firefox with arrow keys and NVDA running, many menu items do not speak in full; their speech is cut of mid-word, sometimes even after the first sylable.
Steps to Reproduce:
- load any page with mathjax 4
- tab to a math expression
- invoke menu
- with nvda running, arrow around the menus
- notice the partially spoken menu item labels
Technical details:
- MathJax Version: 4.0
- Client OS: windows 10
- Browser: firefox 141
I am using the following MathJax configuration:
MathJax = {
loader: {
load: [
"input/asciimath",
"output/svg",
] // components
}, // loader
}; // MathJax configuration
and loading MathJax via
<script id="MathJax-script" defer src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>