Name

type — NN n/a IE 4 DOM n/a

Synopsis

Read-only

The style sheet syntax specified by the TYPE attribute of the STYLE element. Internet Explorer 4 knows only the CSS syntax.

Example

if (document.styleSheets[0].type == "text/css") {
    ...
}

Value

String.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.