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


Public Attributes | |
| attribute boolean | disabled |
| attribute DOMString | charset |
| attribute DOMString | href |
| attribute DOMString | hreflang |
| attribute DOMString | media |
| attribute DOMString | rel |
| attribute DOMString | rev |
| attribute DOMString | target |
| attribute DOMString | type |
| readonly attribute StyleSheet | sheet |
Definition at line 23 of file HTMLLinkElement.idl.
| attribute boolean disabled |
Definition at line 24 of file HTMLLinkElement.idl.
| attribute DOMString charset |
Definition at line 25 of file HTMLLinkElement.idl.
| attribute DOMString href |
Definition at line 26 of file HTMLLinkElement.idl.
| attribute DOMString hreflang |
Definition at line 27 of file HTMLLinkElement.idl.
| attribute DOMString media |
Definition at line 28 of file HTMLLinkElement.idl.
| attribute DOMString rel |
Definition at line 29 of file HTMLLinkElement.idl.
| attribute DOMString rev |
Definition at line 30 of file HTMLLinkElement.idl.
| attribute DOMString target |
Definition at line 31 of file HTMLLinkElement.idl.
| attribute DOMString type |
Definition at line 32 of file HTMLLinkElement.idl.
| readonly attribute StyleSheet sheet |
Definition at line 35 of file HTMLLinkElement.idl.
1.5.1