-
Notifications
You must be signed in to change notification settings - Fork 1
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
Skip To Content button always visible #7
Comments
I agree with you @jongund |
The main WAI website has "Skip to Content" link always visible in a strip across the top of pages. Visually it is the first thing in a right-aligned list of links, so sometimes it is near the middle of the page, or sometimes further left or right. APG redesign is using WAI's “minimal header design” template that has a minimal header without that strip. The template has “Skip to Content” in a large yellow button that appears on focus: It seems that it would be good communicate the importance of being careful in defining landmarks and headings where they are addressed. I’m missing how having an always visible "Skip To Content" would help that? And, I actually worry it might “backfire” with authors who feel that it always visible is inelegant and cluttering? |
@shawna-slh @mcking65 |
@jongund thank you for your insight. But to be clear the APG Redesign is utilizing a WAI Template. We are not integrating anything into the template. There are current discussions on how the template might utilize some of the designs proposed. @shawna-slh we are noticing that the ARIA Practices headline text is now present. Is there any active template work underway? |
First, let me clarify that the minimal header design screenshot above has been refined separately from the APG redesign team (so don't blame them for that :-). We are now working on merging our designs (and things may be a bit wonky during that time). Having said that, it looks like they also used a Skip to Contents that is only visible on focus: @jongund This is not "set in stone". We can change it if we decide to. My understanding is that a visible-only-on-focus Skip to Content is OK accessibility and generally the recommended approach in most cases. It seems this minimal header design is one of those case. I welcome additional information. |
@shawna-slh @richnoah A visible "Skip to Content" button has many benefits, including:
While making "Skip To Main" link a "popup" is the most popular technique and generally accepted practice for accessibility, I don't consider the technique a best practice, especially in light of newer technologies like "Skip To Content", which when used properly can help ALL users understand and navigate to content on a web page, but again only if they are given an affordance to know that it is an option (e.g. a visible "Skip To Content" button). |
I would like to have the "Skip To Content" link always visible, for example centered at the top of the page.
This would make the typically "hidden" accessibility information of headings and landmarks visible to all users.
The benefits of this approach are:
The text was updated successfully, but these errors were encountered: