зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
388 B
HTML
18 строки
388 B
HTML
<html>
|
|
<head>
|
|
<title>embellished operators: ignore space-like children</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<!-- last child space-like -->
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
|
<mover>
|
|
<mtext>abcdef</mtext>
|
|
<mrow><mo stretchy="false">¯</mo><mtext>g</mtext></mrow>
|
|
</mover>
|
|
</math>
|
|
</div>
|
|
</body>
|
|
</html>
|