41 lines
2.1 KiB
HTML
41 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dynamic mrow-like elements (reference)</title>
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
math {
|
|
font: 25px/1 Ahem;
|
|
background: lightblue;
|
|
}
|
|
li {
|
|
padding: 2px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ol>
|
|
<li><math class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></math></li>
|
|
<li><math class="testedElement"><mn>X</mn><mn>p</mn></math></li>
|
|
<li><math><mrow class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></mrow></math></li>
|
|
<li><math><mrow class="testedElement"><mn>X</mn><mn>p</mn></mrow></math></li>
|
|
<li><math><maction class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></maction></math></li>
|
|
<li><math><maction class="testedElement"><mn>X</mn><mn>p</mn></maction></math></li>
|
|
<li><math><merror class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></merror></math></li>
|
|
<li><math><merror class="testedElement"><mn>X</mn><mn>p</mn></merror></math></li>
|
|
<li><math><mphantom class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></mphantom></math></li>
|
|
<li><math><mphantom class="testedElement"><mn>X</mn><mn>p</mn></mphantom></math></li>
|
|
<li><math><mstyle class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></mstyle></math></li>
|
|
<li><math><mstyle class="testedElement"><mn>X</mn><mn>p</mn></mstyle></math></li>
|
|
<li><math><semantics class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></semantics></math></li>
|
|
<li><math><semantics class="testedElement"><mn>X</mn><mn>p</mn></semantics></math></li>
|
|
<li><math><unknown class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></unknown></math></li>
|
|
<li><math><unknown class="testedElement"><mn>X</mn><mn>p</mn></unknown></math></li>
|
|
<li><math><none class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></none></math></li>
|
|
<li><math><none class="testedElement"><mn>X</mn><mn>p</mn></none></math></li>
|
|
<li><math><mprescripts class="testedElement"><mn>X</mn><mn>p</mn><mn>É</mn></mprescripts></math></li>
|
|
<li><math><mprescripts class="testedElement"><mn>X</mn><mn>p</mn></mprescripts></math></li>
|
|
</ol>
|
|
</body>
|
|
</html>
|