pub(crate) trait HTMLLegendElementMethods<D: DomTypes> { // Required method fn GetForm(&self) -> Option<DomRoot<D::HTMLFormElement>>; }