Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/operators/embellished-op-4-1.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>embellished operators 4-1: some non-space-like children</title>
<link rel="match" href="embellished-op-4-1-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>
<!-- two embellished operators -->
<mover>
<mtext>abcdef</mtext>
<mrow><mo>¯</mo><mo>¯</mo></mrow>
</mover>
</math>
</div>
</body>
</html>