pub trait HTMLMapElementMethods<D: DomTypes> {
// Required methods
fn Name(&self) -> DOMString;
fn SetName(&self, value: DOMString);
fn Areas(&self, _can_gc: CanGc) -> DomRoot<D::HTMLCollection>;
}pub trait HTMLMapElementMethods<D: DomTypes> {
// Required methods
fn Name(&self) -> DOMString;
fn SetName(&self, value: DOMString);
fn Areas(&self, _can_gc: CanGc) -> DomRoot<D::HTMLCollection>;
}