direction-mpadded.html (1212B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Verify dir attribute on mpadded</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements"> 7 <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> 8 <link rel="help" href="https://w3c.github.io/mathml-core/#adjust-space-around-content-mpadded"> 9 <meta name="assert" content="Verify dir attribute on mpadded."> 10 <link rel="match" href="direction-mpadded-ref.html"> 11 </head> 12 <body> 13 <p> 14 mpadded lspace="25px" width="150px": 15 <math dir="rtl"> 16 <mspace width="1px" height="25px" mathbackground="black"/> 17 <mpadded lspace="25px" width="150px"> 18 <mspace width="25px" height="25px" mathbackground="red"/> 19 <mspace width="25px" height="25px" mathbackground="green"/> 20 <mspace width="25px" height="25px" mathbackground="blue"/> 21 </mpadded> 22 <mspace width="1px" height="25px" mathbackground="black"/> 23 </math> 24 </p> 25 26 <script src="/mathml/support/feature-detection.js"></script> 27 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");</script> 28 </body> 29 </html>