| <!doctype html> | |
| <title>CSS Lists and Counters test reference: counter(c, ".", decimal-leading-zero)</title> | |
| <p>The following two lines should look the same:</p> | |
| <div> | |
| 01 | |
| 02 | |
| 03 | |
| 04 | |
| 05 | |
| 06 | |
| 07 | |
| 08 | |
| 09 | |
| 10 | |
| 11 | |
| 12 | |
| 99 | |
| 13 | |
| 14 | |
| </div> | |
| <div> | |
| 01 | |
| 02 | |
| 03 | |
| 04 | |
| 05 | |
| 06 | |
| 07 | |
| 08 | |
| 09 | |
| 10 | |
| 11 | |
| 12 | |
| 99 | |
| 13 | |
| 14 | |
| </div> |