semantics-005-ref.html (512B)
1 <!DOCTYPE html> 2 <title><semantics> - mozilla bug 21479 (reference)</title> 3 <meta charset="utf-8"/> 4 <style> 5 @font-face { 6 font-family: operators; 7 src: url("/fonts/math/operators.woff"); 8 } 9 math, math * { 10 font-family: operators; 11 font-size: 32px; 12 color: purple; 13 } 14 </style> 15 <p> 16 <math xmlns="http://www.w3.org/1998/Math/MathML"> 17 <mover> 18 <mspace width="300px" height="10px" mathbackground="blue"></mspace> 19 <mo>↬<!-- Rightwards Arrow With Loop --></mo> 20 </mover> 21 </math> 22 </p>