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