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
Main content section disappears on skip link activation.
This happens because we're using a simple :target technique to toggle visibility of sections. Skip link's target #main-content doesn't match any of the sections therefore all of them are hidden.
This is an issue with using the hash to render the correct section content. Although we should be auto appending a hash (in this case (#1-overview) which switches focus to the main content. You can replicate this issue but reverse tabbing (shift + tab) all the way back up to the skip link.
Summary
Main content section disappears on skip link activation.
This happens because we're using a simple
:target
technique to toggle visibility of sections. Skip link's target#main-content
doesn't match any of the sections therefore all of them are hidden.Process
Current
Main content section disappears
Expected
Main content section remains visible
Screenshot
The text was updated successfully, but these errors were encountered: