- From: Diego Perini <diego.perini@gmail.com>
- Date: Fri, 4 Jun 2010 23:58:29 +0200
I have different behavior in browsers with the "checked" state of a checkbox input element. I have filed a ticket in Webkit and I am looking after some advice/suggestion about the correct behavior expected from this HTML: <label> <input type="checkbox"> <a href="#">Enable</a> </label> It seems Safari/Chrome are discarding the click bubbling at the link level, thus never reaching the label and not toggling the checkbox. The behavior in Firefox/Opera and in Safari/Chrome is different and the checkbox is correctly "checked" (as I would have expected). Should a click on the link make the input checked ? Thank you in advance, sincerely Diego Perini -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100604/139d8bc4/attachment.htm>
Received on Friday, 4 June 2010 14:58:29 UTC