E-mail List Archives
Re: Usage of title attribute or hidden label
From: Gunderson, Jon R
Date: Nov 6, 2013 9:13AM
- Next message: Holli Smith: "Re: Usage of title attribute or hidden label"
- Previous message: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- Next message in Thread: Holli Smith: "Re: Usage of title attribute or hidden label"
- Previous message in Thread: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- View all messages in this Thread
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: Holli Smith: "Re: Usage of title attribute or hidden label"
- Previous message: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- Next message in Thread: Holli Smith: "Re: Usage of title attribute or hidden label"
- Previous message in Thread: Paul J. Adam: "Re: Usage of title attribute or hidden label"
- View all messages in this Thread