legacy-menclose-radical-notation.html (970B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Legacy menclose radical notation</title> 6 <link rel="help" href="https://www.w3.org/TR/MathML3/chapter3.html#presm.menclose"> 7 <link rel="help" href="https://www.w3.org/TR/MathML3/chapter3.html#presm.menclose"> 8 <meta name="assert" content="Verify that the legacy menclose radical notation is ignored."> 9 <link rel="match" href="legacy-menclose-radical-notation-ref.html"> 10 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 11 <style> 12 math, math * { 13 font: 25px Ahem; 14 } 15 </style> 16 </head> 17 <body> 18 <math> 19 <menclose notation="radical"> 20 <mn>123</mn> 21 </menclose> 22 <menclose notation="box radical"> 23 <mn>123</mn> 24 </menclose> 25 </math> 26 27 <script src="/mathml/support/feature-detection.js"></script> 28 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_menclose");</script> 29 </body> 30 </html>