-
Notifications
You must be signed in to change notification settings - Fork 14
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
Provide permalinks for headings #152
Comments
The TR Note offered permalinks for all headings, so the fact that we no longer have them is a functional regression. @shawna-slh, would you prefer this be addressed by a template feature? Or, would you prefer that we make it an APG feature? |
Users can get links to a specific section by clicking in the Page Contents list and copying the URI. That's not as easy as a permalink UI, though. I would prefer this be addressed site-wide -- WAI-site-wide, if not W3C-site-wide. I'm pretty sure that @yatil developed UI for permalinks on WAI website a few years ago; however I can't find it. (I think was on the old tutorials.) If you can't find that, please use W3C site implementation. |
@shawna-slh wrote:
That only works for level 2. We have several sections where it is valuable to link to level 3 or 4 headings.
So, there is a w3c site implementation we can re-use now? How do we do that? |
I don't think the 2014-ish implementation of the tutorial one would stand muster in 2022. There has been no re-implementation for the redesign as there were other priorities. There is probably a good way to use the Web Share API: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API |
Thanks very much for the reply, @yatil !
Agree. |
@mcking65 said:
It's easy to include additional heading levels in the Page Contents List if we want. Without looking at it, I'm guessing that we don't additional levels because the Page Contents would be too long. However, if others think it is best, I would support that. For example, if you think users will often want to jump down to an H3 or H4. |
@mcking65 said:
Please ask the W3C Systems Team via e-mail to [email protected] We might also need to get Steve's help at some point for the WAI site integration. |
would be nice if we provide anchor links in the headers, There's no longer
#
in headers which I can click and get the link of the section.For example in this page
https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface
There is no way to link to the roving tabindex pattern directly.
Originally posted by @anuraghazra in w3c/aria-practices#2362 (comment)
The text was updated successfully, but these errors were encountered: