Re: CSSStyleDeclaration interface

Blaine Brodie wrote:
> 
> In the DOM 2 spec [07/03/2000] under Section 5.2 the CSSStyleDeclaration
> interface fails to state what a valid index range is.  Does it begin at 0?

Updated.

"length of type unsigned long, readonly 
    The number of properties that have been explicitly set in this
    declaration block. The range of valid indices is 0 to length-1
    inclusive."

Philippe.

Received on Monday, 10 April 2000 15:07:42 UTC