Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | CSSValue --+ | CSSValueList
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
Some properties allow an empty list into their syntax. In that case, these properties take the none identifier. So, an empty list means that the property has the value none.
The items in the CSSValueList are accessible via an integral index, starting from 0.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
cssValueType = 2 A (readonly) code defining the type of the value as defined above. |
|||
Inherited from Inherited from Inherited from |
|
|||
length (DOM attribute) The number of CSSValues in the list. |
|||
Inherited from Inherited from Inherited from |
|
|
|
|
length(DOM attribute) The number of CSSValues in the list.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 09 15:30:06 2008 | http://epydoc.sourceforge.net |