pub(crate) trait CSSNamespaceRuleMethods<D: DomTypes> { // Required methods fn NamespaceURI(&self) -> DOMString; fn Prefix(&self) -> DOMString; }