<div class="im">Sorry for the previous spam ... :) I am new to this !<br><br>Exactly TJ, I am trying to navigate through internal 
targets inside the 
same page.<br><br>I have to admit Ashley is correctly suspicious since I
 walked over the difference in browsers behavior by trying to use the 
CSS3 :target selector for a simple navigation menu. I didn't expect 
complete success by stretching the limits like this but I was just 
trying to avoid Javascript for such a simple task. I needed a way to 
keep the state of the current active menu and I thought I could use a 
checkbox group for that. And yes it is a bit of a hack, sorry for that !<br>
<br></div>There
 are probably better solutions/approach without too much complexity I 
was just pushing a bit and see what I could get at from the pseudo 
selectors !<br>
<br>Many thanks TJ for pointing me to the relevant documentation, will 
read through it immediately.<br><font color="#888888"><br>Diego Perini<br></font><br><br><div class="gmail_quote">On Sat, Jun 5, 2010 at 12:26 AM, Tab Atkins Jr. <span dir="ltr"><<a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, Jun 4, 2010 at 3:24 PM, Ashley Sheridan<br>
<<a href="mailto:ash@ashleysheridan.co.uk">ash@ashleysheridan.co.uk</a>> wrote:<br>
> On Fri, 2010-06-04 at 15:21 -0700, Tab Atkins Jr. wrote:<br>
>> On Fri, Jun 4, 2010 at 2:58 PM, Diego Perini <<a href="mailto:diego.perini@gmail.com">diego.perini@gmail.com</a>> wrote:<br>
>>> I have different behavior in browsers with the "checked" state of a checkbox<br>
>>> input element.<br>
>>><br>
>>> I have filed a ticket in Webkit and I am looking after some<br>
>>> 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,<br>
>>> 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<br>
>>> checkbox is correctly "checked" (as I would have expected).<br>
>>><br>
>>> Should a click on the link make the input checked ?<br>
>> As far as I can tell, section 3.5.2.1.7 (Interactive Content)<br>
>> specifies that clicking the link in that situation should activate the<br>
>> link and not toggle the checkbox.<br>
><br>
</div><div class="im">> I do wonder though in what situation you would ever have that sort if code layout and want the checkbox selected when the link is clicked. Clicking the link will navigate away anyway, making the form element useless in that context.<br>

<br>
</div>Not if the link is just to a target on the page, like it is in the<br>
example given.<br>
<font color="#888888"><br>
~TJ<br>
</font></blockquote></div><br>