I can't tell if it's a bug in mozilla or in my code but the counter() value doesn't seem to be implemented.
Attached is a combo of an example in the W3C CSS2 Specification (http://www.w3.org/TR/REC-CSS2/syndata.html#counter) and my own code. Can anyone tell me if I'm doing something wrong? Thanks, Christopher WeissTitle: CSS2 Cursor fun
First group of paragraphs
This is a paragraph.
This is another paragraph.
This is yet another paragraph.
Second group of paragraphs
This is a paragraph.
This is another paragraph.
This is yet another paragraph.
I expected the above to look like:
II. This is another paragraph.
III. This is yet another paragraph.
II. This is another paragraph.
III. This is yet another paragraph.
First group of paragraphs
I. This is a paragraph.II. This is another paragraph.
III. This is yet another paragraph.
Second group of paragraphs
I. This is a paragraph.II. This is another paragraph.
III. This is yet another paragraph.
