Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/menclose/menclose-dir.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Test dir=rtl</title>
<link rel="match" href="menclose-dir-ref.html"/>
</head>
<body>
<p>
menclose:
<math dir="rtl">
<menclose>
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</menclose>
</math>
</p>
<p>
menclose notation="left":
<math dir="rtl">
<menclose notation="left">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</menclose>
</math>
</p>
<p>
menclose notation="right":
<math dir="rtl">
<menclose notation="right">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</menclose>
</math>
</p>
<p>
menclose notation="updiagonalstrike":
<math dir="rtl">
<menclose notation="updiagonalstrike">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</menclose>
</math>
</p>
<p>
menclose notation="downdiagonalstrike":
<math dir="rtl">
<menclose notation="downdiagonalstrike">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</menclose>
</math>
</p>
</body>
</html>