mo-movablelimits-and-embellished-operator.html (1457B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title><mo> movablelimits and embellished operator (reference)</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/#embellished-operators"> 8 <meta name="assert" content="Verifies effect of movablelimits on the core operator of an embellished operator, in both displaystyle modes."> 9 <link rel="match" href="mo-movablelimits-and-embellished-operator-ref.html"> 10 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 11 <style> 12 math { font: 25px/1 Ahem; } 13 </style> 14 </head> 15 <body> 16 <math> 17 <munder> 18 <mrow><mo lspace="0px" rspace="0px" movablelimits="true">A</mo></mrow> 19 <mn>2</mn> 20 </munder> 21 <munder> 22 <mrow><mo lspace="0px" rspace="0px" movablelimits="false">A</mo></mrow> 23 <mn>2</mn> 24 </munder> 25 </math> 26 <math displaystyle="true"> 27 <munder> 28 <mrow><mo lspace="0px" rspace="0px" movablelimits="true">A</mo></mrow> 29 <mn>2</mn> 30 </munder> 31 <munder> 32 <mrow><mo lspace="0px" rspace="0px" movablelimits="false">A</mo></mrow> 33 <mn>2</mn> 34 </munder> 35 </math> 36 <script src="/mathml/support/feature-detection.js"></script> 37 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_munderover");</script> 38 </body> 39 </html>