[Bug 15413] New: <label> :checked state should reflect the input's one

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15413

           Summary: <label> :checked state should reflect the input's one
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: giorgio.liscio@email.it
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


hello, I think people expect to see working an expression like this:

<style>
label:checked{background:lime;}
</style>

<label for="asd">Check me</label>
...
<input type="checkbox" name="test" id="asd">

hope this helps

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 4 January 2012 04:35:44 UTC