- From: Josh Hughes <josh@deaghean.com>
- Date: Thu, 11 Jul 2002 14:27:16 -0400
- To: "WAI (E-mail)" <w3c-wai-ig@w3.org>
Hey Randal, I tested in WinIE6. The problem seems to be that the browser doesn't recognize multiple labels for form controls that refer to the same value (both refer to the 'childCare' value). I assume it's a browser glitch inherent to IE6. I also tested in Mozilla and MacIE5, and it tabs fine. Hope this helps, Josh -- Josh Hughes Electronic Publications Web Design Assistant George Mason University > > I'm having a problem with a form I'm putting together. Basically, I can't > use the keyboard to tab to the "No" option. Does anyone see anything wrong > with my markup that might be causing this? > > <span class="label">Do you need child care for your children?</span> > <label for="childCareYes">Yes</label> > <input type="radio" id="childCareYes" name="childCare" value="y" /> > <label for="childCareNo">No</label> > <input type="radio" id="childCareNo" name="childCare" value="n" /> > > Randal Rust > Covansys, Inc. > Columbus, OH
Received on Thursday, 11 July 2002 14:29:21 UTC