HTMLStyleElement: type property
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers. >
The HTMLStyleElement.type property returns the type of the current style.
The value mirrors the HTML <style> element's type attribute.
Authors should not use this property or rely on the value.
Value
The permitted values are an empty string or a case-insensitive match for "text/css".
Specifications
| Specification |
|---|
| HTML > # dom-style-type > |