Uh oh!
There was an error while loading. Please reload this page.
rustdoc: Improve accessibility of rustdoc pages - #33194
Conversation
durka
commented
Apr 25, 2016
Can we test this? Is there some tool that pulls out elements in the same order that screen readers do, and we can check the order? |
mitaa
commented
Apr 25, 2016
alexcrichton
commented
Apr 25, 2016
rustdoc: Improve accessibility of rustdoc pages fixesrust-lang#33131 r? @alexcrichton
ahicks92
commented
Apr 26, 2016
This appears to do it for Firefox and NVDA, my combination. It's not testable though, no. Not as far as I know. In my experience, 99% of the time it's DOM order. But I'm not confident enough on that to say 100% of the time because there's at least 12 combinations just for Windows now and I'm only on one of them. Screen readers and accessibility and the like are the least specified and least implemented web technologies, and even basic stuff essentially requires testing all of the combinations that you care about. Thanks for the quick turnaround. This improves usability a lot. Usually I report stuff and it's just like "We'll do it sometime", where actually they mean never. I hate that I can only report for something like this. |
fixes#33131
r? @alexcrichton