@namespace

The @namespace at-rule can make a stylesheet target a specific code dialects, such as MathML, SVG, and XML. It works by declaring which dialect to scope using a namespace, which can be prefixed to match specific selectors, or non-prefixed to match every selector in the stylesheet.

@namespace "http://www.w3.org/1998/Math/MathML";
Continue Reading