Open
Description
Issue Summary
Try the following with MathJax 3:
<math>
<mrow>
<mi>a</mi>
<mo>𝐸</mo>
<mi>b</mi>
</mrow>
</math>
$a \mathrel{E} b$
The first a E b
is rendered with no spacing, unlike the second one.
I'd expect them to be rendered identically, because the default MathML operator spacing prescribes 0.27777em spacing on both sides. (Note: this is assuming I am reading the operator dictionary correctly! However, the native Chrome MathML renderer seems to agree with me.)
Technical details:
- MathJax Version: 3.2.2
- Client OS: Windows 11
- Browser: Chrome 129.0.6668.59
I am replicating this on https://www.mathjax.org/#demo