Closed Bug 389927 Opened 18 years ago Closed 18 years ago

[GC] counter-increment does not increment

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 288946

People

(Reporter: bugzilla, Unassigned)

References

()

Details

(Keywords: css2, testcase)

Steps to reproduce: 1- Load provided URL 2- Scroll all the way down, at the end of the document. Actual (live) results: This page contains 0 nested tables. Expected results: This page contains 13 nested tables. Reproducible in Seamonkey 2.0a1pre rv:1.9a7pre build 2007072202 and in Firefox 2.0.0.5 rv: 1.8.1.5 build 20070713. Note: Opera 9.22 gets expected results. I searched for a duplicate and could not find one. Relevant code is: table table {counter-increment: NumberOfNestedTables;} #cumulative:after { content: "This page contains " counter(NumberOfNestedTables) " nested tables."; } I tried other selectors and it did not work.
Keywords: css2, testcase
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.