I have different behavior in browsers with the "checked" state of a checkbox input element.<br><br>I have filed a ticket in Webkit and I am looking after some advice/suggestion about the correct behavior expected from this HTML:<br>
<br> <label><br>
<input type="checkbox"><br> <a href="#">Enable</a><br>
</label><br><br>It seems Safari/Chrome are discarding the
click bubbling at the link level, thus never reaching the label and not
toggling the checkbox.<br>
<br>
The behavior in Firefox/Opera and in
Safari/Chrome is different and the checkbox is correctly "checked" (as I would have expected).<br><br>
Should a click on the link make the input checked ?<br><br>Thank you in
advance, sincerely<br><font color="#888888"><br><br>Diego Perini<br><br></font>