summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLMetaElement.idl
blob: de1868b65cf1a08ec4d28f7e25f19ba159d45f76 (plain)
1
2
3
4
5
6
7
8
9
interface HTMLMetaElement : HTMLElement {

    [Reflect] attribute DOMString name;
    [Reflect] attribute DOMString content;
    [Reflect=http-equiv] attribute DOMString httpEquiv;

    [Reflect] attribute DOMString scheme;

};