embellished-op-4-3.html (817B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>embellished operators 4-3: some non-space-like children</title> 5 <link rel="match" href="embellished-op-4-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 <!-- a non-space-like child after--> 25 <math xmlns="http://www.w3.org/1998/Math/MathML"> 26 <mover> 27 <mtext>abcdef</mtext> 28 <mrow><mo>¯</mo><mi>g</mi></mrow> 29 </mover> 30 </math> 31 </div> 32 </body> 33 </html>