Open
Description
Issue Summary
When the accessibility explorer is activated, there's a spacing issue. The spaces after 'f', 'M', and 'cos' are way too big, and I can't figure out how to make them look right. It's important that those spaces are small for readability reasons, since (for instance) "M(x)" is a single object, not two separate things as "M (x)" might suggest.
Steps to Reproduce:
- Open https://jsbin.com/bohitetaka/edit?html,js,output
- Check how math expression is displayed by making accessibility explorer property to false and true.
When explorer is set to false the spacing is correct, but I also want the accessibility feature.
Technical details:
- MathJax Version: 2.7.7
- Client OS: Mac OS X 10.14.6
- Browser: Chrome Version 102.0.5005.61 (Official Build) (x86_64)