Bug 11028 - Counter not incrementing correctly
Summary: Counter not incrementing correctly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://dbaron.org/css2.1/tests/import...
Keywords:
Depends on: 4980
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-25 14:14 PDT by Beth Dakin
Modified: 2007-09-29 05:10 PDT (History)
1 user (show)

See Also:


Attachments
Test case (1.00 KB, text/html)
2006-09-25 14:15 PDT, Beth Dakin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2006-09-25 14:14:20 PDT
The attached test case does not render properly. To see the bug, counters need to be implemented (http://bugzilla.opendarwin.org/show_bug.cgi?id=4980), but I have not yet committed that patch, so this bug is not yet present in the nightlies. I am filing it anyway in anticipation.
Comment 1 Beth Dakin 2006-09-25 14:15:41 PDT
Created attachment 10764 [details]
Test case
Comment 2 Beth Dakin 2006-09-25 14:17:16 PDT
I think http://dbaron.org/css2.1/tests/imported-20050702/t1202-counters-17-d.xht shows the same bug.
Comment 3 Allan Sandfeld Jensen 2006-12-13 08:57:01 PST
The test linked in comment #2 is faulty and not related to this bug.

There was a problem with this test in Konqueror but it was caused by not recognizing empty separators in counters. WebKit seems to already use isNull to detect separator so I am not sure what is wrong.
Comment 4 Vincent Ricard 2007-09-28 13:48:12 PDT
The attached test case looks fine with my version (svn r25796). Is the bug still present?
Comment 5 David Kilzer (:ddkilzer) 2007-09-29 05:10:26 PDT
External autospade (Bug 15002) says this progressed:
Fails: r18614  Works: r18640

Internal autospade says:
Fails: r18636  Works: r18639

In any case, this has been fixed for a while now.