зеркало из https://github.com/mozilla/gecko-dev.git
82 строки
2.3 KiB
HTML
82 строки
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test dir=rtl</title></head>
|
|
<body>
|
|
<p>
|
|
mfrac (numalign=left):
|
|
<math>
|
|
<mfrac numalign="left">
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
<mspace width="75px" height="25px" mathbackground="green"/>
|
|
</mfrac>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mfrac (numalign=right):
|
|
<math>
|
|
<mfrac numalign="right">
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
<mspace width="75px" height="25px" mathbackground="green"/>
|
|
</mfrac>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
menclose:
|
|
<math>
|
|
<menclose>
|
|
<mspace width="25px" height="25px" mathbackground="blue"/>
|
|
<mspace width="25px" height="25px" mathbackground="green"/>
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
</menclose>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
menclose notation="left":
|
|
<math>
|
|
<menclose notation="left">
|
|
<mspace width="25px" height="25px" mathbackground="blue"/>
|
|
<mspace width="25px" height="25px" mathbackground="green"/>
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
</menclose>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
menclose notation="right":
|
|
<math>
|
|
<menclose notation="right">
|
|
<mspace width="25px" height="25px" mathbackground="blue"/>
|
|
<mspace width="25px" height="25px" mathbackground="green"/>
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
</menclose>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
menclose notation="updiagonalstrike":
|
|
<math>
|
|
<menclose notation="updiagonalstrike">
|
|
<mspace width="25px" height="25px" mathbackground="blue"/>
|
|
<mspace width="25px" height="25px" mathbackground="green"/>
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
</menclose>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
menclose notation="downdiagonalstrike":
|
|
<math>
|
|
<menclose notation="downdiagonalstrike">
|
|
<mspace width="25px" height="25px" mathbackground="blue"/>
|
|
<mspace width="25px" height="25px" mathbackground="green"/>
|
|
<mspace width="25px" height="25px" mathbackground="red"/>
|
|
</menclose>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|