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

interface HTMLMapElement : HTMLElement {

    [Reflect] attribute DOMString name;

};