W3cubDocs

/DOM

StyleSheet.type

type specifies the style sheet language for this style sheet.

Syntax

string = stylesheet.type 

Example

 ss.type = "text/css";

Specification

type

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type