mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
18 lines
360 B
HTML
18 lines
360 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>embellished operators 1: mpadded</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>
|
||
|
<!-- mpadded whose child is embellished op -->
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||
|
<mover>
|
||
|
<mtext>abcdef</mtext>
|
||
|
<mpadded><mo>¯</mo></mpadded>
|
||
|
</mover>
|
||
|
</math>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|