The LinkStyle interface provides access to the associated CSS style sheet of a node.
LinkStyle is a raw interface and no object of this type can be created; it is implemented by HTMLLinkElement and HTMLStyleElement objects.
Properties
There is no inherited property.
LinkStyle.sheetRead only- Returns the
CSSStyleSheetobject associated with the given element, ornullif there is none.
Methods
This interface implements no method.
Specifications
| Specification | Status | Comment |
| CSS Object Model (CSSOM)The definition of 'LinkStyle' in that specification. | Working Draft | LinkStyle.sheet returns more specialized CSSStyleSheet instead of StyleSheet
|
| Document Object Model (DOM) Level 2 Style SpecificationThe definition of 'LinkStyle' in that specification. | Obsolete | Initial definition |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Chrome
? |
Edge
Full support ≤18 |
Firefox
? |
IE
? |
Opera
? |
Safari
? |
WebView Android
? |
Chrome Android
? |
Firefox Android
? |
Opera Android
? |
Safari iOS
? |
Samsung Internet Android
? |
| Chrome
? |
Edge
? |
Firefox
? |
IE
? |
Opera
? |
Safari
? |
WebView Android
? |
Chrome Android
? |
Firefox Android
? |
Opera Android
? |
Safari iOS
? |
Samsung Internet Android
? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.'
- Experimental. Expect behavior to change in the future.
LinkStyle by Mozilla Contributors is licensed under CC-BY-SA 2.5.