Closed
Bug 324122
Opened 19 years ago
Closed 19 years ago
Automatic counters and numbered lists write "0" or do not increment (CSS properties counter-increment and counter-reset)
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 288946
People
(Reporter: erik, Assigned: dbaron)
References
()
Details
(Keywords: testcase)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; da; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; da; rv:1.8) Gecko/20051111 Firefox/1.5
Firefox 1.5 does not display numbered lists according to the CSS 2.1 standard. This does not occur with lists written with html, such as <ol></ol> or <ul></ul>, but when I want to make my own counters with <h1></h1>, <h2></h2>, <h3></h3>, <h4></h4>, <h5></h5> for chapters and sections in larger texts. Look at the test URL and the used CSS http://www.thau-knudsen.dk/css/nummerering.css.
Reproducible: Always
Steps to Reproduce:
1.Open Firefox 1.5
2. Go to http://www.thau-knudsen.dk/testsite/nummerering.html
Actual Results:
The counters do not increment. When it comes to lower levels, the counter of the highest level resets to "0".
Expected Results:
Counting correctly with incremental numbering of the given tags, here headers.
Similar problems have been reported for other browsers for Macintosh X — Camino and Seamonkey, cf. bug reports 4522 and 309188.
Updated•19 years ago
|
Assignee: nobody → dbaron
Component: General → Style System (CSS)
Keywords: testcase
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 288946 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•