diff --git a/layout/mathml/content/src/mathml.css b/layout/mathml/content/src/mathml.css index 7797e932351e..0686e0625b12 100644 --- a/layout/mathml/content/src/mathml.css +++ b/layout/mathml/content/src/mathml.css @@ -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; +}