Packagedom.style.css
Classpublic class Counter
InheritanceCounter Inheritance Object

Introduced in: DOM 2 Core 

The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.

See also

W3C - DOM Level 2 Style: Counter


Public Properties
 PropertyDefined By
  DOM 2 Style identifier : DOMString
[read-only] This attribute is used for the identifier of the counter.
Counter
  DOM 2 Style listStyle : DOMString
[read-only] This attribute is used for the style of the list.
Counter
  DOM 2 Style separator : DOMString
[read-only] This attribute is used for the separator of the nested counters.
Counter
Property Detail
DOM 2 Style identifierproperty
identifier:DOMString  [read-only]

Introduced in: DOM 2 Core 

This attribute is used for the identifier of the counter.


Implementation
    public function get identifier():DOMString

See also

DOM 2 Style listStyleproperty 
listStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 

This attribute is used for the style of the list.


Implementation
    public function get listStyle():DOMString

See also

DOM 2 Style separatorproperty 
separator:DOMString  [read-only]

Introduced in: DOM 2 Core 

This attribute is used for the separator of the nested counters.


Implementation
    public function get separator():DOMString

See also