[Webkit-unassigned] [Bug 100588] New: CSS Counters used in content properties do not update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 00:38:42 PDT 2012


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

           Summary: CSS Counters used in content properties do not update
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://keith.bronstrup.com/demos/css/css_counters
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith at bronstrup.com


Overview:
Once a page has rendered, CSS counters do not update when new elements which increment those counters are added to the page.

Steps to reproduce:
Visit http://keith.bronstrup.com/demos/css/css_counters and view the 2nd demo on that page (entitled "Interactive Counters"). Click the "Click here" text to add additional items to the ordered list.

Actual results:
Item is added to the ordered list. Counter in the text "There are 2 items..." does not update.

Expected results:
Item is added to the ordered list. Counter in the text "There are 2 items..." updates to indicate the number of items now in the list.


Builds/Platforms:
All WebKit builds (Chrome, Safari, iOS browser, Android Browser) I could test on Windows 7, OSX 10.6.8, Android JellyBean, and iOS 5.1.1. Each of these exhibits this behavior. Works as expected in all non-WebKit browsers tested, except IE7 (as expected, since it lacks support for CSS counters).

Additional information:
This page is presently under development (adding a 3rd demo and cleaning up some texts). The text and appearance of this page may change, but the order of the demos will not; the issue will remain in the 2nd demo on the page until it is addressed by the WebKit team.

-- 
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