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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 18:40:19 PDT 2008


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





------- Comment #3 from brkemper at comcast.net  2008-03-23 18:40 PDT -------
It seems that some progress has been made on this. Now the immediate sibling
registers the changes to the "checked" status, but its next sibling does not.
So this rule works as the box is checked and unchecked:

li input:checked + label:after {
                        content: ' (click to close)'; 
                        color:red;
                }

But these do not:

                input + label + ul { display:none; }
                input:checked + label + ul { display:block; }


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