Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>CSS Lists and Counters test reference: counters(c, ".", decimal-leading-zero)</title>
<p>The following two lines should look the same:</p>
<div>
  01.01
  02
  03
  04
  05
  06
  07
  08
  09
  10
  11
  12
  12.99
  13
  14
</div>
<div>
  01.01
  02
  03
  04
  05
  06
  07
  08
  09
  10
  11
  12
  12.99
  13
  14
</div>