embellished-op-2-3.html 416 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>embellished operators: ignore space-like children</title>
  5. </head>
  6. <body>
  7. <div>
  8. <!-- first and last children space-like -->
  9. <math xmlns="http://www.w3.org/1998/Math/MathML">
  10. <mover>
  11. <mtext>abcdef</mtext>
  12. <mrow><mtext>g</mtext><mo>&#xaf;</mo><mtext>h</mtext></mrow>
  13. </mover>
  14. </math>
  15. </div>
  16. </body>
  17. </html>