Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<title>Stretchy munderover</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="mismatch" href="stretchy-munderover-3-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>
<math>
<munderover>
<mtext>AAAAAA</mtext>
<mo stretchy="false">&#x2192;</mo>
<mtext>BBBBBB</mtext>
</munderover>
</math>
</body>
</html>