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


Public Attributes | |
| attribute DOMString | align |
| attribute[ConvertFromString] long | height |
| attribute DOMString | name |
| attribute DOMString | src |
| attribute DOMString | type |
| attribute[ConvertFromString] long | width |
Definition at line 23 of file HTMLEmbedElement.idl.
| attribute DOMString align |
Definition at line 24 of file HTMLEmbedElement.idl.
| attribute [ConvertFromString] long height |
Definition at line 25 of file HTMLEmbedElement.idl.
| attribute DOMString name |
Definition at line 26 of file HTMLEmbedElement.idl.
| attribute DOMString src |
Definition at line 27 of file HTMLEmbedElement.idl.
| attribute DOMString type |
Definition at line 28 of file HTMLEmbedElement.idl.
| attribute [ConvertFromString] long width |
Definition at line 29 of file HTMLEmbedElement.idl.
1.5.1