1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/image-maps.html#htmlmapelement 4[Exposed=Window] 5interface HTMLMapElement : HTMLElement { 6 7 [Reflect] attribute DOMString name; 8 9};