mathvariant-basic-transforms-with-default-font.html (1112B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Basic mathvariant transforms with the default font</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> 7 <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"> 8 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1789083"> 9 <link rel="match" href="mathvariant-basic-transforms-with-default-font-ref.html"/> 10 <meta name="assert" content="Verify that the default font provides Mathematical Alphanumeric Symbols to perform basic mathvariant transforms (italic, bold, bold-italic), without requiring some kind of style fallback."> 11 </head> 12 <body> 13 <p>Test passes if you see three lines of text rendered with corresponding 14 italic, bold, bold-italic characters from the 15 Mathematical Alphanumeric Symbols block:</p> 16 <p><math><mtext mathvariant="italic">Italic</mtext></math></p> 17 <p><math><mtext mathvariant="bold">Bold</mtext></math></p> 18 <p><math><mtext mathvariant="bold-italic">BoldItalic</mtext></math></p> 19 </body> 20 </html>