HTMLMetaElement.idl 229 B

123456789
  1. interface HTMLMetaElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString content;
  4. [Reflect=http-equiv] attribute DOMString httpEquiv;
  5. [Reflect] attribute DOMString scheme;
  6. };