[Webkit-unassigned] [Bug 17680] New: "::checked" pseudo-class ignores user changes to checkbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 09:21:47 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17680

           Summary: "::checked" pseudo-class ignores user changes to
                    checkbox
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://bradclicks.com/cssplay/foldingList.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brkemper at comcast.net


The "::checked" pseudo-class selector is supposed to assign a rule based on the
"checked" status of a checkbox or radio button. But WebKit only checks the
initial attribute in the HTML, and does seem to pay attention to changes that
the user makes. The pseudo-class is clearly supposed to reflect whatever the
current state is, not just the attribute value at load time. But it doesn't. In
the example, you can see the check-mark change on the box when you click on it
or click on the label, but the styling does not change in response. Compare
this to FireFox or Opera, where the checkbox actually determines the display or
not of the nested UL.


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



More information about the webkit-unassigned mailing list