embellished-op-2-3.html (843B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>embellished operators: ignore space-like children</title> 5 <link rel="mismatch" href="embellished-op-2-3-ref.html"/> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=21479"/> 7 <link rel="stylesheet" href="/fonts/ahem.css" /> 8 <style> 9 @font-face { 10 font-family: operators; 11 src: url("/fonts/math/operators.woff"); 12 } 13 math { 14 font: 25px/1 Ahem; 15 } 16 mo { 17 font-family: operators; 18 } 19 </style> 20 </head> 21 22 <body> 23 <div> 24 <!-- first and last children space-like --> 25 <math xmlns="http://www.w3.org/1998/Math/MathML"> 26 <mover> 27 <mtext>abcdef</mtext> 28 <mrow><mtext>g</mtext><mo>¯</mo><mtext>h</mtext></mrow> 29 </mover> 30 </math> 31 </div> 32 </body> 33 </html>