[Webkit-unassigned] [Bug 38291] New: CSS counters in :before pseudo-elements do not always update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 16:01:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38291

           Summary: CSS counters in :before pseudo-elements do not always
                    update
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nathan.whetsell at gmail.com


Created an attachment (id=54634)
 --> (https://bugs.webkit.org/attachment.cgi?id=54634)
Test HTML document

When using more than one CSS counter and generating counted elements using
JavaScript, counters placed in the content of a :before pseudo-element do not
update themselves, but counters placed in the content of an :after
pseudo-element do. I will attach a test HTML document illustrating the problem.
In this test document, the number of red "xxx" strings should be counted; there
are counters placed before and after the x's. The counters placed after the x's
update appropriately as elements are added. The counters placed before the x's
do not update as expected. In Firefox, both counters show the same number as
elements are added.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list