|
|
The <code> CSS2CounterIncrement </code> interface represents a imple value for the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-counter-increment"> counter-increment </a> CSS Level 2 property.
| DOM::DOMString |
[const]
The element name.
| void |
see identifier
NO_MODIFICATION_ALLOWED_ERR: Raised if this identifier is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, identifier, has, a, syntax, error, and, is, unparsable.
| short |
[const]
The increment (default value is 1).
| void |
see increment
Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, identifier, is, readonly.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |