ladybird/Libraries/LibWeb/HTML/HTMLMetaElement.idl

7 lines
129 B
Text
Raw Normal View History

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