pub trait HTMLMapElementMethods<D>where
D: DomTypes,{
// Required methods
fn Name(&self) -> DOMString;
fn SetName(&self, value: DOMString);
fn Areas(
&self,
cx: &mut JSContext,
) -> Root<Dom<<D as DomTypes>::HTMLCollection>>;
}