Good day,
 
When making a form in Dreamweaver it puts in id="same as name" in to
every form item. When I take out all the id attributes the form still
works. Why are the id attributes being put in by DW and, more
importantly, is there an accessibility issue if I take them out?
i.e. - 

        <textarea name="Comments" cols="60" rows="5"></textarea>
        vs.
        <textarea name="Comments" id="Comments" cols="60"
rows="5"></textarea>
         
        and
         
        <input type="submit" name="submit2" value="Submit" /> 
        vs. 
        <input type="submit" name="submit2" id="submit" value="Submit"
/>
         

Thank you,
Kevin


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to