This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

item

Property of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration

Syntax

var result = element.item;
element.item = value;

Notes

Remarks

The item method can be used to iterate over all properties in this declaration block.

Syntax

Standards information

Parameters

index [in]
Type: Integer <b/>The index of the property name to retrieve.

Attributions