I've read that we should avoid using implicit labels because, while it
shouldn't be any different, in testing it would appear screen readers
can struggle and output misleading info, etc.

/me goes off to find link
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rebecca Cox
Sent: Tuesday, 2 August 2005 9:40 a.m.
To: wsg@webstandardsgroup.org
Subject: [WSG] implicit / explicit labels which is better?


Hi all,

Anyone happen to know if either of these methods is better? Eg screen
reader wise?

<label>First name <input type="text" id="fname" /></label>


<label for="fname">First name</label> <input type="text" id="fname" />

Chrrs:)
Rebecca


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to