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
#136 suggests the use a bit of javascript for an a11y enhancement. While testing the code, I Noticed that the "skip to content" link does not technically skip to the content. The goal of this link is to allow users to bypass the top navigation menu. When this link is clicked, visual focus is given to #content. But the first thing we find inside #content is another nav element.
The easiest solution is removal, but I know that a lot of themes currently use post-level navigation above the loop.
Another solution would be to reword the markup moving the posts-nav outside of #content.
What do you think?
The text was updated successfully, but these errors were encountered:
#136 suggests the use a bit of javascript for an a11y enhancement. While testing the code, I Noticed that the "skip to content" link does not technically skip to the content. The goal of this link is to allow users to bypass the top navigation menu. When this link is clicked, visual focus is given to
#content
. But the first thing we find inside#content
is another nav element.The easiest solution is removal, but I know that a lot of themes currently use post-level navigation above the loop.
Another solution would be to reword the markup moving the posts-nav outside of
#content
.What do you think?
The text was updated successfully, but these errors were encountered: