Bug 11030 - Nesting bug with counters
Summary: Nesting bug with counters
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: Carol Szabo
URL: http://dbaron.org/css2.1/tests/import...
Keywords:
Depends on: 4980
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-25 14:28 PDT by Beth Dakin
Modified: 2010-01-20 10:12 PST (History)
2 users (show)

See Also:


Attachments
Test case (985 bytes, text/html)
2006-09-25 14:30 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:28:57 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:30:03 PDT
Created attachment 10767 [details]
Test case
Comment 2 Allan Sandfeld Jensen 2006-12-13 09:02:45 PST
This test is wrong, but documents a bug in Firefox' implementation. 
Comment 3 Allan Sandfeld Jensen 2007-01-21 07:45:35 PST
Okay. Actually this tests documents a difference between CSS21-CR and the most recent WD, where the recent WD has been changed to match Firefox(!).

So the current behavior is compliant with the old Candidate Recommendation and with Opera, but not with Firefox. Previous cases like this have ended in a compromise, so it hard to say how this is going to end.
Comment 4 Robert Blaut 2009-01-02 05:03:55 PST
The reported test case is properly renderes in WebKit r39524.
Comment 5 Carol Szabo 2009-11-03 18:36:45 PST
Have patch that fixes most counter issues per the most current CSS2.1 spec, that is Works just as FireFox and IE8. shall submit by tomorrow.
Comment 6 Carol Szabo 2009-11-20 08:35:46 PST
I believe that this Test case is already fixed in the latest WebKit code, but there are still other nesting issues that are not.