ms-001.html (959B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>ms legacy lquote and rquote attributes</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements"> 7 <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> 8 <link rel="help" href="https://w3c.github.io/mathml-core/#string-literal-ms"> 9 <meta name="assert" content="Verify that legacy lquote and rquote attributes are ignored on the ms element."> 10 <link rel="match" href="ms-001-ref.html"> 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style> 13 math { 14 font: 25px/1 Ahem; 15 } 16 </style> 17 </head> 18 <body> 19 20 <p> 21 <math> 22 <ms lquote="É" rquote="p">X</ms> 23 </math> 24 </p> 25 26 <script src="/mathml/support/feature-detection.js"></script> 27 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_ms");</script> 28 29 </body> 30 </html>