[CommonHMTL] mover with mpadded can be misaligned.
This example misaligns the arrows in CommonHTML
<math>
<mover>
<mpadded height=".2em">
<mo minsize="2em">←</mo>
</mpadded>
<mo minsize="2em">→</mo>
</mover>
</math>
It is correct in HTML-CSS and SVG modes.