HTMLMetaElement.idl 185 B

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