- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Thu, 21 Jul 2016 22:28:20 +0100
- To: w3c-wai-gl@w3.org
On 21/07/2016 22:11, Sailesh Panchang wrote: > Patrick, > The page you reference clearly distinguishes accessible-name and > accessible-description as two properties. > I do not see how you conclude, "title, aria-describedby etc all form > part of what's taken into consideration for the accessible name > calculation". I tripped up on the aria-describedby...however, "title" does form part of the accessible name calculation. For instance, for input, the UA does the following to determine the accessible name (note point 5): 1. Use aria-labelledby 2. Otherwise use aria-label 3. Otherwise use the associated label element 4. Otherwise use the placeholder attribute 5. Otherwise use the title attribute 6. If none of the above yield a usable text string there is no accessible name P -- Patrick H. Lauke www.splintered.co.uk | https://github.com/patrickhlauke http://flickr.com/photos/redux/ | http://redux.deviantart.com twitter: @patrick_h_lauke | skype: patrick_h_lauke
Received on Thursday, 21 July 2016 21:28:44 UTC