pub(crate) trait HTMLQuoteElementMethods<D: DomTypes> { // Required methods fn Cite(&self) -> USVString; fn SetCite(&self, value: USVString); }