translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

Accessibility in html: focus and speak?

Stackoverflow

I work with the following html code in iOS with UIWebView:

Tags: 
  • ios
  • webview
  • accessibility
  • wai-aria

How can I determine the order of HTML elements read by a screen reader?

Is it possible to determine the order of HTML elements read by a screen reader (like TalkBack or VoiceOver) regardless of their position in the DOM?

Tags: 
  • html
  • webview
  • accessibility
  • screen-readers