pub trait CSSPropertyRuleMethods<D: DomTypes> {
// Required methods
fn Name(&self) -> DOMString;
fn Syntax(&self) -> DOMString;
fn Inherits(&self) -> bool;
fn GetInitialValue(&self) -> Option<DOMString>;
}pub trait CSSPropertyRuleMethods<D: DomTypes> {
// Required methods
fn Name(&self) -> DOMString;
fn Syntax(&self) -> DOMString;
fn Inherits(&self) -> bool;
fn GetInitialValue(&self) -> Option<DOMString>;
}