[Webkit-unassigned] [Bug 46875] New: Web Inspector: content: counter displays decimal number instead of name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 22:36:33 PDT 2010


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

           Summary: Web Inspector: content: counter displays decimal
                    number instead of name
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrew at avit.ca
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Inspect an element with a style rule such as:

h3:before {
  content: counter(section) ". ";
  counter-increment: section;
}

In the styles sidebar of Web Inspector, the style rule shows as:

  content: counter(2.4001e-314), '. ';

It should show the name of the counter ("section") instead.

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