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