summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLMetaElement.idl
blob: 436dcf01ae0340d5e29ae81d435f1573e2280ea6 (plain)
1
2
3
4
5
6
interface HTMLMetaElement : HTMLElement {

    [Reflect] attribute DOMString name;
    [Reflect] attribute DOMString content;

}