mi-automatic-italic-with-default-font.html (646B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Mathematica Alphanumeric Italic with default font</title> 5 <meta name="assert" content="Verify italic mi are not rendered with Tofu."> 6 <meta charset="utf-8"/> 7 <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"/> 8 <link rel="mismatch" href="mi-automatic-italic-with-default-font-ref.html"/> 9 </head> 10 <body> 11 12 <!-- The lowercase italic o should be smaller than the uppercase italic X 13 (this will fail if missing char boxes are used) --> 14 <math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math> 15 16 </body> 17 </html>