Re: Proper Coding for Yes/No Questions

On Tue, 5 Mar 2002, RUST Randal wrote:

not sure would have to check it but a common problem I run into with radio
buttons (in LYNX) is that the last one, usually the submit button, just
sort of vanishes and can not be "clicked" no matter what is done, can
"see" it, it just won't work.   not sure what the coding problem is that
causes this though

Bob


> I have several forms with simple "yes/no" questions on them.  I need to use
> radio buttons for the selections.
> 
> Is the following code correct for accessibility?
> 
> ----------
> 
> <label for="smart">Are you smart?</label>
> <label for="smartYes">Yes</label><input type="radio" id="smartYes" />
> <label for="smartNo">No</label><input type="radio" id="smartNo" />
> 
> ----------
> 
> Randal Rust
> Covansys, Inc.
> Columbus, OH
> 

   ASCII Ribbon Campaign                        accessBob                       
    NO HTML/PDF/RTF in e-mail                   accessys@smartnospam.net       
    NO MSWord docs in e-mail                    Access Systems, engineers       
    NO attachments in e-mail,  *LINUX powered*   access is a civil right 
*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
THIS message and any attachments are CONFIDENTIAL and may be
privileged.  They are intended ONLY for the individual or entity named
above. If you are not the intended recipient, Please notify the sender as
soon as possible. Please DO NOT READ, COPY, USE, or DISCLOSE this
communication to others and DELETE it from your computer systems.  Thanks

Received on Tuesday, 5 March 2002 13:23:46 UTC