space-3.html (640B)
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <title>mspace</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#space-mspace"> 7 <link rel="match" href="space-3-ref.html"/> 8 <meta name="assert" content="Verify mspace visual rendering for different values of height, depth and width"> 9 </head> 10 11 <body> 12 13 <math style="position: absolute; top: 0; left: 0; margin: 0; padding: 0;"> 14 <mspace width="50px" height="3em" depth="3em" mathbackground="red"/> 15 <mspace width="40px" height="1em" depth="2em" mathbackground="green"/> 16 <mspace width="30px" height="2em" depth="1em" mathbackground="blue"/> 17 </math> 18 19 </body> 20 21 </html>