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
I once shared a mdBook site with a friend who is using screen readers, and we find that the screen reader must walk through all the TOC items before it reaches the Toggle Table of Contents button, as well as the page's main body.
From "Inspect Element" in the web browser, we can see that the Toggle Table of Contents button locates after the <nav> block.
The annoying thing is that this may happen each time a new visitor visits the site, especially when there are a lot of chapters in the TOC. After collapsing the side bar, the screen reader won't read the TOC anymore. Fortunately, once the user clicked the button, the sidebar may not automatically appear again in later tabs.
What I'm wondering is the necessity of making changes to the page's layout, since my friend told me that they can still locate the main text with some shortcuts provided by the screen reader.
Thanks!
The text was updated successfully, but these errors were encountered:
Or add a title or something to tell the user that they are at the "Table of Contents".
Sorry for the trouble!
kLiHz
changed the title
Location of "Toggle Table of Contents" when using screen readers
[suggestion] making navigation bar clearer to screen reader users
Jan 24, 2022
I once shared a mdBook site with a friend who is using screen readers, and we find that the screen reader must walk through all the TOC items before it reaches the Toggle Table of Contents button, as well as the page's main body.
The annoying thing is that this may happen each time a new visitor visits the site, especially when there are a lot of chapters in the TOC. After collapsing the side bar, the screen reader won't read the TOC anymore. Fortunately, once the user clicked the button, the sidebar may not automatically appear again in later tabs.
What I'm wondering is the necessity of making changes to the page's layout, since my friend told me that they can still locate the main text with some shortcuts provided by the screen reader.
Thanks!
The text was updated successfully, but these errors were encountered: