ladybird/Libraries/LibWeb/HTML/HTMLMapElement.idl

6 lines
85 B
Text
Raw Normal View History

interface HTMLMapElement : HTMLElement {
[Reflect] attribute DOMString name;
}