britechguy
Well-Known Member
- Reaction score
- 4,519
- Location
- Staunton, VA
@fabs,
No, that's really not how screen readers work. It's not an OCR process. You could have everything be black on black or white on white, completely inaccessible to vision, but if the coding is done to accessibility conventions, what's exposed to the screen reader is still there. Screen scraping, as was once done, has not been done in quite some time now because accessibility standards make it unnecessary. And once anyone starts coding with accessibility in mind from the outset, it's just really easy to make and keep things accessible. Retrofitting it is the nightmare, and even that's probably less nightmarish for a UI such as the one you have, as most of the controls are directly amenable to having things like labels, alt-text, etc., associated with them. I can't figure out what, exactly, the opening screen where you pick Backup/Restore/Transfer is, because although I can see it, and point and click on it, it's as if it's not even there for a screen reader. The screen reader is interacting with a window that's clearly active already that lies underneath that initial choice screen.
In any case, I do think this is a discussion better conducted privately, which I'm happy to do. I do know you care about these things, which is the main reason I brought it up in the first place. It's unlikely to be a quick fix.
No, that's really not how screen readers work. It's not an OCR process. You could have everything be black on black or white on white, completely inaccessible to vision, but if the coding is done to accessibility conventions, what's exposed to the screen reader is still there. Screen scraping, as was once done, has not been done in quite some time now because accessibility standards make it unnecessary. And once anyone starts coding with accessibility in mind from the outset, it's just really easy to make and keep things accessible. Retrofitting it is the nightmare, and even that's probably less nightmarish for a UI such as the one you have, as most of the controls are directly amenable to having things like labels, alt-text, etc., associated with them. I can't figure out what, exactly, the opening screen where you pick Backup/Restore/Transfer is, because although I can see it, and point and click on it, it's as if it's not even there for a screen reader. The screen reader is interacting with a window that's clearly active already that lies underneath that initial choice screen.
In any case, I do think this is a discussion better conducted privately, which I'm happy to do. I do know you care about these things, which is the main reason I brought it up in the first place. It's unlikely to be a quick fix.