Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script>
function foo()
{
document.getElementById("ms").setAttribute("lquote", "'");
}
</script>
</head>
<body onload="foo()">
<mstyle xmlns="http://www.w3.org/1998/Math/MathML" id="ms" />
</body>
</html>