-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to set title for the Table of Contents block #52378
Comments
Thanks for reporting this issue.
As an aside: an old version of the ARIA Authoring Practices used a |
Related #51129. |
Honestly, table of contents with navigation landmark can sometimes be more noise then it is truly worth. I am very much on the fense about landmarks inside landmarks because once you enter a nav inside main, there is no way to get back to main as the next logical landmark is the footer on most sites or sometimes aside. |
@alexstine thats an intresting info. Just out of curiosity: Would you prefer a nav to stand alone or to be inside a aside? Question is not related to tables, but for post-navigtions for example. |
Post navigation really needs a navigation landmark but it is generally near the end of the main content so it is less of a problem. This is a clear example of how screen readers should do better but I'm not really sure how the future looks there. |
What problem does this address?
There is no good way of setting a title for the Table of Contents block
What is your proposed solution?
Option to set a title for the Table of Contents block, something like this:
And this as HTML:
The text was updated successfully, but these errors were encountered: