Array of StyleSheet objects.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
StyleSheetList Constructor() : StyleSheetList
Array of StyleSheet objects.
|
Show Details | no | 1.0+ | 6.0+ | 7.0+ | 1.0+ | ||
StyleSheetList() : StyleSheetListArray of StyleSheet objects. Returns
|
Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
length
: Number
Number of StyleSheet objects in the array.
|
Show Details | no | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
|
Functions
Method | Action | IE | Mozilla | Netscape | Opera | Safari | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
static item(Number index) : StyleSheet
Returns the StyleSheet found at the specified index position in the array.
|
Show Details | no | 1.0+ | 6.0+ | 7.0+ | 1.0+ | |||||
Parameters
Returns
|
References
Availability
HTML DOM Level 2|W3C