operator-dictionary-arabic-002.html (1187B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Stretching of Arabic operators</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#operator-fence-separator-or-accent-mo"> 7 <link rel="help" href="https://w3c.github.io/mathml-core/#operator-dictionary"> 8 <meta name="assert" content="Verifies stretchy property of the Arabic characters U+1EEF0 and U+1EEF1."> 9 <link rel="match" href="operator-dictionary-arabic-002-ref.html"> 10 <link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> 11 </head> 12 <body> 13 14 <p>You should see two rectangles of width 3em and height 1em:</p> 15 16 <p> 17 <math> 18 <munder> 19 <mo>𞻰</mo> 20 <mspace width="3em"/> 21 </munder> 22 </math> 23 </p> 24 <p> 25 <math> 26 <munder> 27 <mo>𞻱</mo> 28 <mspace width="3em"/> 29 </munder> 30 </math> 31 </p> 32 33 <script src="/mathml/support/feature-detection.js"></script> 34 <script src="/mathml/support/feature-detection-operators.js"></script> 35 <script> 36 MathMLFeatureDetection.ensure_for_match_reftest("has_operator_stretchy"); 37 </script> 38 </body> 39 </html>