WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: "<label>" for search field

for

From: Priti Rohra
Date: May 18, 2010 1:51AM


Hi Mike,

Providing Title attribute is sufficient and it will be read out by a screen
reader irrespective of the navigation method opted by the user, i.e. Tab key
or Arrow keys. Also the Title attribute is sufficient as per WCAG 2.0
techniques.

Thanks & Regards,
Priti Rohra
Senior Accessibility Consultant
Net Systems Informatics (India) Pvt. Ltd. & BarrierBreak Technologies
Web: www.n-syst.com | www.barrierbreak.com
Blog: www.barrierbreak.com/blog

Please don't print this email unless you really need to. This will preserve
trees on our planet.

----- Original Message -----
From: "Langum, Michael J" < <EMAIL REMOVED> >
To: "'WebAIM Discussion List'" < <EMAIL REMOVED> >
Sent: Tuesday, May 18, 2010 12:20 AM
Subject: [WebAIM] "<label>" for search field


> Our designers don't like the idea of the word "Search" just before our
> standard site "search" field. They feel that for sighted users, the
> placement just above the words "Advanced Search" in the upper right corner
> of the standard site-wide banner is a clear enough. And the use of
> "title" attribute in the actual <input> tag is good enough for screen
> reader users.
>
> What is the groups thinking on the adequacy of relying solely on "title"
> attributes to give a prompt for the standard site search field?
> <form action="search.asp" method="GET" name="gs" id="SearchForm">
> <input name="q" id="q" title="Search the OPM Site" size="26" type="text">
> <input type="submit" name="Submit" value="Go">
> </form>
>
> -- Mike
>
>