This commit is contained in:
jruderman@hmc.edu 2008-03-26 16:31:18 -07:00
Родитель a3285a34f1
Коммит 2a55bac05b
2 изменённых файлов: 32 добавлений и 0 удалений

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

@ -0,0 +1,31 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
/* use attribute selector instead of the .class shorthand to work around bug 379178 */
*[class="fixed"] { position: fixed; }
math, mtable, mtr { position: inherit; }
</style>
</head>
<body>
<div class="fixed">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mtable>
<mtr class="fixed">
<mtd><mi>x</mi></mtd>
</mtr>
<mtr>
<mtd><mi>y</mi></mtd>
</mtr>
</mtable>
</math>
</div>
</body>
</html>

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

@ -65,6 +65,7 @@ load 380096-1.html
load 382204-1.html
load 383102-1.xhtml
load 383806-1.xhtml
load 384649-1.xhtml
load 385866-1.xhtml
load 385880-1.xhtml
load 388715-1.html