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


Public Attributes | |
| attribute DOMString | text |
| attribute DOMString | htmlFor |
| attribute DOMString | event |
| attribute DOMString | charset |
| attribute boolean | defer |
| attribute DOMString | src |
| attribute DOMString | type |
Definition at line 22 of file HTMLScriptElement.idl.
| attribute DOMString text |
Definition at line 23 of file HTMLScriptElement.idl.
| attribute DOMString htmlFor |
Definition at line 24 of file HTMLScriptElement.idl.
| attribute DOMString event |
Definition at line 25 of file HTMLScriptElement.idl.
| attribute DOMString charset |
Definition at line 26 of file HTMLScriptElement.idl.
| attribute boolean defer |
Definition at line 27 of file HTMLScriptElement.idl.
| attribute DOMString src |
Definition at line 28 of file HTMLScriptElement.idl.
| attribute DOMString type |
Definition at line 29 of file HTMLScriptElement.idl.
1.5.1