CSSNamespaceRule
An object representing a single CSS @namespace at-rule. It implements the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).
var CSSNamespaceRule: {
prototype: CSSNamespaceRule;
new (): CSSNamespaceRule;
};An object representing a single CSS @namespace at-rule. It implements the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).