demo ยท v144
Operator Tester
Render the same MathML expression in LTR and RTL contexts. Asymmetric operators — ∑, ∫, &lim; — should mirror in RTL so Arabic / Hebrew readers see them facing the right way. Toggle the dir attribute.
MathML in this build: checking…
RTL (dir="rtl")
In Chrome 144 the ∑ operator on the right mirrors horizontally. Pre-v144 it pointed the same way in both, which is wrong for RTL scripts.
the API
<math dir="rtl">
<mo>∑</mo> <!-- now mirrored -->
<mo>∫</mo> <!-- now mirrored -->
<mo>→</mo> <!-- already mirrored pre-v144 -->
</math>
see also
scenario focus
Select a scenario to focus its rendered example and summary.