ladybird/Libraries/LibWeb/HTML/HTMLMetaElement.idl

6 lines
129 B
Text

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