Has anyone had any issues with talkback/voice assistant only reading focusable elements when navigating a web page with touch exploration or linearly navigation??
It seems to only skip to anything focusable and completely misses <p> elements for example.
I dont have a device myself but a workmate in an offshore office says it was working before Android version 7
[sri429] thanks @caesar i have looked into this. i was looking more of a course kind of trainings like in udemy or a youtube video. liked this some time ago for an introduction https://www.youtube.com/watch?v=JnT1_oHMqVQ but its pretty basic.
[herin] As per https://www.w3.org/TR/WCAG20-TECHS/F44.html, F44: Failure of Success Criterion 2.4.3 due to using tabindex to create a tab order that does not preserve meaning and operability.
I would say if the Heading has no operability it should not have a tabindex on it. I have noticed that JAWS announces the element as "clickable" even though it is not a interactive element
[spell] Hey all! What is the story with role="banner" on outer <header> or role="contentinfo" on page <footer>? Came across something recently saying these roles should exist, but then W3C HTML validator flags as warning.
[scottohara] the meaning of these roles/html elements is understood in modern browsers/ATs so that’s why you’re getting the flags. but they aren’t understood in some older browsers. reposting http://www.html5accessibility.com/ as a good resource to check
[scottohara] it’s warning because it’s overly declarative. but if you need to target older browsers that don’t support the inherent role understanding, i wouldn’t worry about it too much, for now
Discussion we've had internally: We use anchors for navigation, and buttons for actions. What of the case where the URL being taken to is actually a download prompt? It's navigating to a URL, but they are effectively staying on the page. I'd lean towards calling it an action and should be buttons (one wouldn't say, try to open it in a new tab), but I can see arguments for otherwise.
[scottohara] what about the download attribute for anchors? i know it’s not supported in IE / ios safari… but being that it exists specifically so that one doesn’t have to use a button to initiate a download… i guess i’m confused as to how this fits into the link vs button context, that i otherwise agree with.
[kelly] I was using voiceover today to fix an unrelated issue, and I noticed it was reading out image filenames, even though I have alt="" set on the images. Does anyone happen to know if that's expected, or is it a Voiceover or Chrome regression?
[quidkid] hey guys! so I have a navigation that goes to the different ids and for most sections, the focus tabbing will start in the section but then for other sections, when you takes to the very beginning. how do i make sure the focus tabbing starts from the section?