WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Adding a label to search box

for

From: Jim Thatcher
Date: Apr 15, 2006 7:00AM


> if I used label for and the title attribute on a form,
> would a person using speech hear the same text twice?

Remember that more is not better. You won't hear the information twice, but
it is not predictable which a given screen reader will announce. So for
maintenance reasons use label when on-screen text is available, title when
it is not and don't use both!

Jim

Accessibility Consulting: http://jimthatcher.com/
512-306-0931

-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of smithj7
Sent: Tuesday, March 14, 2006 4:57 PM
To: 'WebAIM Discussion List'
Subject: RE: [WebAIM] Adding a label to search box

I have been following this threat with great interest. In my case, I
always try to remember to add a "label for" attribute for forms. Way
back when, Bobby was free, I used it to check my site and if there was
no "label for", I failed. So out of habit, I try to consistently use it.
But, I'm curious, if I used label for and the title attribute on a form,
would a person using speech hear the same text twice?