Skip to content

Instantly share code, notes, and snippets.

@janmarthedal
janmarthedal / mathml-use-annotation-html.css
Last active January 5, 2016 12:35
Prevent browser from displaying presentation MathML, but show annotation-xml[encoding="text/html"]
/* From Chrome user agent stylesheet */
math {
display: inline;
}
math[display="block"] {
display: block;
text-align: center;
}