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