Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>menclose circle</title>
<link rel="match" href="menclose-5-circle-ref.html"/>
<script type="text/javascript">
function doTest() {
document.getElementById('testMenclose').setAttribute("notation","circle");
document.documentElement.removeAttribute("class");
}
document.documentElement.addEventListener("TestRendered",doTest);
</script>
</head>
<body>
<p>
<math><menclose id="testMenclose"><mspace width="100px" height="50px"></mspace></menclose></math>
</p>
</body>
</html>