operator-dictionary-arabic-001.html (1013B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Spacing 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 default spacing of the Arabic characters U+1EEF0 and U+1EEF1."> 9 <link rel="match" href="operator-dictionary-arabic-001-ref.html"> 10 <link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> 11 <style> 12 mo { 13 color: blue; 14 } 15 </style> 16 </head> 17 <body> 18 19 <p>There should be no horizontal gaps between the squares:</p> 20 <p><math><mn>_</mn><mo>𞻰</mo><mn>_</mn></math></p> 21 <p><math><mn>_</mn><mo>𞻱</mo><mn>_</mn></math></p> 22 23 <script src="/mathml/support/feature-detection.js"></script> 24 <script> 25 MathMLFeatureDetection.ensure_for_match_reftest("has_operator_spacing"); 26 </script> 27 </body> 28 </html>