Array of CSSValue objects.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | no | no | no | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
CSSValueList Constructor() : CSSValueList
Array of CSSValue objects.
|
Show Details | no | 1.0+ | no | no | no | no | ||
CSSValueList() : CSSValueListArray of CSSValue objects. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
length
: Number
Number of CSSValue objects in CSSValueList.
|
Show Details | no | 1.0+ | no | no | no | no |
|
|||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
item(Number index) : CSSValue
Returns the specified CSSValue object.
|
Show Details | no | 1.0+ | no | no | no | no | |||||
|
Parameters
Returns
|
||||||||||||
Availability
HTML DOM Level 2|W3C