- From: SIMONIAN yoan <yoan.simonian@snv.jussieu.fr>
- Date: Thu, 27 Mar 2003 17:15:9 +0100
- To: "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
just an example of a little accessible form in my sense <form action="---" > <fieldset> <!--to make a bloc of information ----> <legend>Input type texte</legend> <!---- to add a title of this block ---> <label for="text1">Name </label> <!---- associate the texte name with the input type text id="text1" ---> <input type="text" id="text1"> <!--- add the id of the element -----> </fieldset> <form action="---" > <fieldset> <!--to make a bloc of information ----> <legend>Input type Radio</legend> <!---- to add a title of this block ---> <label for="radio1"> yes </label> <!---- associate the texte yes with the input type text id="text1" ---> <INPUT TYPE="radio" NAME="radio1" VALUE="option name" id="radio1"> <!--- add the id of the element -----> </fieldset> </form> you can do the same with all form elements yoan SIMONIAN Association BrailleNet France >AAaa. A. [aQQQ >-------------------------- >Paulette Smith, Webmaster >NIH-CIT-DNST-TIB >Desk: 4-9471 or Cell: 240-463-5136 >Sent from my BlackBerry Wireless Handheld (www.BlackBerry.net) > > >-----Original Message----- >From: Donna m87 <dm87@rogers.com> >To: w3c-wai-ig@w3.org <w3c-wai-ig@w3.org> >Sent: Wed Mar 26 10:39:23 2003 >Subject: form failure > > >I am trying to teach myself how to construct accessible forms. FAILURE. > >I have been wandering around w3.org like a mouse in a maze, losing >all sense of direction on this issue. > >I need suggestions and an example of a simple form that is >accessible, one that displays different types of form inputs like >menu, list, button, text etc. > >Comments on my efforts to date are appreciated, you can see where I >am going wrong here: <http://members.rogers.com/dm87> > >thanks >Donna
Received on Thursday, 27 March 2003 11:16:33 UTC