mo-movablelimits.html (1086B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title><mo> movablelimits</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#operator-fence-separator-or-accent-mo"> 7 <meta name="assert" content="Verifies effect of movablelimits on mo in both displaystyle modes."> 8 <link rel="match" href="mo-movablelimits-ref.html"> 9 </head> 10 <body> 11 <math> 12 <munder> 13 <mo lspace="0px" rspace="0px" movablelimits="true">A</mo> 14 <mi>B</mi> 15 </munder> 16 <munder> 17 <mo lspace="0px" rspace="0px" movablelimits="false">A</mo> 18 <mi>B</mi> 19 </munder> 20 </math> 21 <math displaystyle="true"> 22 <munder> 23 <mo lspace="0px" rspace="0px" movablelimits="true">A</mo> 24 <mi>B</mi> 25 </munder> 26 <munder> 27 <mo lspace="0px" rspace="0px" movablelimits="false">A</mo> 28 <mi>B</mi> 29 </munder> 30 </math> 31 <script src="/mathml/support/feature-detection.js"></script> 32 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_munderover");</script> 33 </body> 34 </html>