E-mail List Archives
Re: Usage of title attribute or hidden label
From: jyothi gogireddy
Date: Nov 7, 2013 10:01AM
- Next message: Ryan E. Benson: "Re: Usage of
- to form elements which is violating accessibility guidelines"
- Previous message: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- Next message in Thread: None
- Previous message in Thread: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- View all messages in this Thread
Hi All,
Thanks for everybody's views and appreciate the time spent to provide me a solution. Working on to implement the suitable solution for my scenario and will post as soon i succeed.
Thanks,
Jyothi
Accessibility Consultant
On Wednesday, 6 November 2013 9:43 PM, "Gunderson, Jon R" < <EMAIL REMOVED> > wrote:
Another option is to use the aria-label attribute:
http://www.w3.org/TR/wai-aria/states_and_properties#aria-label
It works just like the title attribute, but produces no tooltip.
Example:
<input type="text" name="firstname" size="15" aria-label="First Name">
Jon
- Next message: Ryan E. Benson: "Re: Usage of
- to form elements which is violating accessibility guidelines"
- Previous message: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- Next message in Thread: None
- Previous message in Thread: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- View all messages in this Thread