I'm crossposting this to wai-gl cause it seems relevant. It's not clear to me that the radio button INPUT element needs to be nested within a LABEL. Suppose for, example, the label, and the radio button were in two separate columns of a table. I think the correct labelling of a radio button would be: <INPUT TYPE="radio" name="foo" value="backfile" ID="rb1" checked> and then someplace else, but usually right after or right before, <LABEL FOR="rb1">Current research</LABEL> Josh Krieger CAST Liam Quinn wrote: > > At 03:17 PM 12/04/98, Dan Wendling wrote: > >Bobby says: > > > >1.A LABEL must be associated with the INPUT control. > > Line 29: <INPUT TYPE="radio" NAME="$TEXTBASE_NAME" VALUE="BACKFILE" > > CHECKED>Current research. > > > >I can't find a good accessible example of a correct implementation. > > <LABEL ACCESSKEY=r><INPUT TYPE="radio" NAME="$TEXTBASE_NAME" > VALUE="BACKFILE" CHECKED>Current research.</LABEL> > > -- > Liam Quinn > Web Design Group Enhanced Designs, Web Site Development > http://www.htmlhelp.com/ http://enhanced-designs.com/Received on Monday, 13 April 1998 10:14:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:46:57 GMT