DocumentStyle : Object

Allows you to retrieve CSS stylesheets that are embedded in a document.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
3.0+1.0+2.0+7.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Allows you to retrieve CSS stylesheets that are embedded in a document.
3.0+1.0+2.0+7.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Array of the stylesheets embedded in a document or linked into a document.
3.0+1.0+2.0+7.0+1.2+no
  • Safari: Cannot access disabled or alternate stylesheets.

Availability

HTML DOM Level 2 | W3C

Constructor Detail

DocumentStyle DocumentStyle()

Allows you to retrieve CSS stylesheets that are embedded in a document.

Visibility
internal

Property Detail

StyleSheetList styleSheets - read only

Array of the stylesheets embedded in a document or linked into a document.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C