CSSValueList : CSSValue
Return to: HTML DOM Level 2 index

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() : CSSValueList

Array of CSSValue objects.

Returns
CSSValueList

Visibility
internal

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
Availability

HTML DOM Level 2|W3C

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
Number index Position in the CSSValueList array to return the CSSValue from.

Returns
CSSValue

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2|W3C

Availability

HTML DOM Level 2|W3C

text_javascript aptana_docs