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/mrow/semantics-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8"/>
<link rel="match" href="semantics-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<meta name="assert" content="MathML inside a semantics element inherits displaystyle.">
<style>
math, p {
font: 25px Ahem;
}
</style>
<p>
<semantics>
<munderover>
<mo movablelimits="true">pXp</mo>
<mtext>XpXpXp</mtext>
<mtext>XpXpXp</mtext>
</munderover>
</semantics>
</math>
</p>