import "HTMLMetaElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLMetaElement:


Public Attributes | |
| attribute DOMString | content |
| attribute DOMString | httpEquiv |
| attribute DOMString | name |
| attribute DOMString | scheme |
Definition at line 22 of file HTMLMetaElement.idl.
| attribute DOMString content |
Definition at line 23 of file HTMLMetaElement.idl.
| attribute DOMString httpEquiv |
Definition at line 24 of file HTMLMetaElement.idl.
| attribute DOMString name |
Definition at line 25 of file HTMLMetaElement.idl.
| attribute DOMString scheme |
Definition at line 26 of file HTMLMetaElement.idl.
1.5.1