haXe API Documentation
Back | Index
extern class js.html.Counter
Available in js
CSS counters are an implementation of Automatic counters and numbering in CSS 2.1. The value of a counter is manipulated through the use of counter-reset and counter-increment and is displayed on a page using the counter() or counters() function of the content property.

Documentation for this class was provided by MDN.
var identifier(default,null) : String
var listStyle(default,null) : String
var separator(default,null) : String
Back | Index