RE: IOS Accessibility Properties Questions

From: Jim [mailto:jhomme1028@gmail.com] 
Sent: 28 July 2015 03:54



“Hello, does the title attribute do anything visually in a mobile browser?”

 

No, the HTML title attribute isn’t generally supported on touch screen devices. This article has good information about the shortcomings of the title attribute, both on mobile and desktop platforms:

http://www.paciellogroup.com/blog/2013/01/using-the-html-title-attribute-updated/ 

 

Léonie.

 

 

 


You would only use the iOS hint property in a native iOS app. This article from 2012 has information on how to do this:
http://www.creativebloq.com/ipad/make-your-ios-app-accessible-voiceover-8126162

The most common design pattern for hints on the web, is to use aria-describedby to associate hint text with a control. This corresponds to the accessible description in most accessibility APIs.

Léonie.


--
Léonie Watson - Senior accessibility engineer, TPG
@LeonieWatson @PacielloGroup





 

Received on Tuesday, 28 July 2015 17:24:52 UTC