Hide embedded semantic MathML content (as opposed to presentational content, which we render). b=154931, p=rbs, moa=dbaron, r=hixie, sr=roc+moz

This commit is contained in:
ian%hixie.ch 2002-07-01 09:51:32 +00:00
Родитель b345a517c0
Коммит 049b606a00
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -407,3 +407,10 @@ mtd[-moz-math-columnline="dashed"] {
}
:-moz-math-font-style-anonymous {
}
/**********************************************************************/
/* Hide embedded semantic MathML content (as opposed to presentational
content, which we render). */
annotation-xml[encoding="MathML-Content"] {
display: none;
}