embellished-op-4-3-ref.html 410 B

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