Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<title>embellished operators 4-2: some non-space-like children</title>
<link rel="match" href="embellished-op-4-2-ref.html"/>
<link rel="stylesheet" href="/fonts/ahem.css" />
<style>
@font-face {
font-family: operators;
src: url("/fonts/math/operators.woff");
}
math {
font: 25px/1 Ahem;
}
mo {
font-family: operators;
}
</style>
</head>
<body>
<div>
<!-- a non-space-like child before-->
<mover>
<mtext>abcdef</mtext>
<mrow><mi>g</mi><mo>&#xaf;</mo></mrow>
</mover>
</math>
</div>
</body>
</html>