Allows you to retrieve CSS stylesheets that are embedded in a document.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
DocumentStyle Constructor() : DocumentStyle
Allows you to retrieve CSS stylesheets that are embedded in a document.
|
Show Details | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ | no | ||
DocumentStyle() : DocumentStyleAllows you to retrieve CSS stylesheets that are embedded in a document. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
styleSheets
: StyleSheetList
Array of the stylesheets embedded in a document or linked into a document.
|
Show Details | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.2+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C