HTMLMetaElement.idl 261 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLMetaElement : HTMLElement {
  3. [Reflect] attribute DOMString name;
  4. [Reflect] attribute DOMString content;
  5. [Reflect=http-equiv] attribute DOMString httpEquiv;
  6. [Reflect] attribute DOMString scheme;
  7. };