mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
451 B
HTML
21 lines
451 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>embellished operators 4-1: some non-space-like children</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>
|
||
|
<!-- two embellished operators -->
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||
|
<mover>
|
||
|
<mtext>abcdef</mtext>
|
||
|
<mrow>
|
||
|
<mo stretchy="false">¯</mo>
|
||
|
<mo stretchy="false">¯</mo>
|
||
|
</mrow>
|
||
|
</mover>
|
||
|
</math>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|