Files
ladybird/Libraries/LibWeb/HTML/HTMLMetaElement.idl

7 lines
129 B
Plaintext

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