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