summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLMapElement.idl
blob: 6d77f934a23ce587c91a61c6dfc753c2ad82e2bc (plain)
1
2
3
4
5
6
7
8
9
#import <HTML/HTMLElement.idl>

// https://html.spec.whatwg.org/multipage/image-maps.html#htmlmapelement
[Exposed=Window]
interface HTMLMapElement : HTMLElement {

    [Reflect] attribute DOMString name;

};