зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
360 B
HTML
18 строки
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>
|