Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script>
function boom()
{
document.getElementById("mfenced").setAttribute("mathbackground", "yellow");
}
</script>
</head>
<body onload="boom();">
<math:mfenced id="mfenced" />
</body>
</html>