pub trait HTMLParagraphElementMethods<D>where D: DomTypes,{ // Required methods fn Align(&self) -> DOMString; fn SetAlign(&self, cx: &mut JSContext, value: DOMString); }