This commit is contained in:
jruderman@hmc.edu 2008-01-17 16:43:25 -08:00
Родитель 78b43b0a84
Коммит 82beb0f671
2 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,16 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
<head>
<script>
function boom()
{
document.getElementById("mfenced").setAttribute("mathbackground", "yellow");
}
</script>
</head>
<body onload="boom();">
<math:mfenced id="mfenced" />
</body>
</html>

Просмотреть файл

@ -22,6 +22,7 @@ load 372483-1.xhtml
load 375562-1.xhtml
load 377824-1.xhtml
load 379418-1.xhtml
load 393760-1.xhtml
load 397518-1.xhtml
load 405187-1.xhtml
load 405271-1.xml