I'm working on an accessibility task for a mobile web app (HTML+Angular+ARIA). I tested some potential ways:
aria-flowto
andaria-owns
, not working for web pagetabIndex
, not working
In my local test with iOS 9.2.1 Safari, the default screen reader is linear way from top. Is there a way I can define elements reading order? Like what aria-flowto
is doing.