Availability
DOM Level 2 CSS
Synopsis
CSSValue item(unsigned long index);
Arguments
index
The position of the desired CSSValue.
Returns
The CSSValue object at the specified position in this CSSValueList,
or null if index is
negative or is greater than or equal to length.