Instance properties
Inherits properties from its parent, HTMLElement.
HTMLStyleElement.blocking-
A string indicating that certain operations should be blocked on the fetching of critical subresources. It reflects the
blockingattribute of the<style>element. HTMLStyleElement.media-
A string reflecting the HTML attribute representing the intended destination medium for style information.
HTMLStyleElement.type-
A string reflecting the HTML attribute representing the type of style being applied by this statement.
HTMLStyleElement.disabled-
A boolean value indicating whether or not the associated stylesheet is disabled.
HTMLStyleElement.sheetRead only-
Returns the
CSSStyleSheetobject associated with the given element, ornullif there is none.
Instance methods
No specific method; inherits methods from its parent, HTMLElement.
Specifications
| Specification |
|---|
| HTML # htmlstyleelement |
Browser compatibility
See also
- The HTML element implementing this interface:
<style>. - Using dynamic styling information to see how to manipulate CSS.