Unknown characters within an mrow are not measured for HTML-CSS output
For example:
<math>
<mfrac>
<mrow>
<mtext>㌳㌳㌳</mtext>
</mrow>
<mi>x</mi>
</mfrac>
</math>
The mrow should force a remeasure if any of its children requires it.