Represents the value of a CSS counter.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | no | no | 1.0+ |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
Counter Constructor() : Counter
Represents the value of a CSS counter.
|
Show Details | no | 1.0+ | no | no | 1.0+ | ||
Counter() : CounterRepresents the value of a CSS counter. Returns
|
Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
identifier
: String
Name of the counter.
|
Show Details | no | 1.0+ | no | no | 1.0+ |
|
||||||
listStyle
: String
List style for the counter.
|
Show Details | no | 1.0+ | no | no | 1.0+ |
|
||||||
separator
: String
String used to separate nested counters.
|
Show Details | no | 1.0+ | no | no | 1.0+ |
|
Availability
HTML DOM Level 2|W3C