You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sidebar toggle on Rustdoc pages is not recognised as a clickable item by accessibility tooling, making it difficult to toggle in circumstances where mouse usage is difficult.
This is an example of what it currently looks like in Vimium, a common extension for making pages keyboard-accessible:
Other than that, most Rustdoc features seem to be navigable just fine - thanks for that :)
The text was updated successfully, but these errors were encountered:
Add ARIA role to sidebar toggle in Rustdoc
This indicates that the div is an interactive element, and makes the sidebar toggle "clickable" in assistive technologies.
Example of Vimium after this change has been applied (see the issue mentioned below for a screenshot of before):
![Screenshot of Vimium link hints on a Rustdoc page, indicating that the sidebar toggle is clickable](https://user-images.githubusercontent.com/1552853/109384961-ff935400-78f8-11eb-8199-1d35181aeff0.png)
Fixesrust-lang#82582
Add ARIA role to sidebar toggle in Rustdoc
This indicates that the div is an interactive element, and makes the sidebar toggle "clickable" in assistive technologies.
Example of Vimium after this change has been applied (see the issue mentioned below for a screenshot of before):
![Screenshot of Vimium link hints on a Rustdoc page, indicating that the sidebar toggle is clickable](https://user-images.githubusercontent.com/1552853/109384961-ff935400-78f8-11eb-8199-1d35181aeff0.png)
Fixesrust-lang#82582
The sidebar toggle on Rustdoc pages is not recognised as a clickable item by accessibility tooling, making it difficult to toggle in circumstances where mouse usage is difficult.
This is an example of what it currently looks like in Vimium, a common extension for making pages keyboard-accessible:
Other than that, most Rustdoc features seem to be navigable just fine - thanks for that :)
The text was updated successfully, but these errors were encountered: