0PricingLogin
Web Accessibility Academy · Lesson

Visually Hidden Until Focused

Hide the link for mouse users, reveal it on Tab.

The Design Tension

Skip links are vital, yet many teams worry they clutter the layout. The classic answer: hide it visually, but keep it ready for keyboard users.

Never display none

Do not reach for display none or visibility hidden. Those remove the link from the accessibility tree, so no one can focus it.

All lessons in this course

  1. Why Skip to Main Content Exists
  2. Building a Skip Link That Actually Works
  3. Visually Hidden Until Focused
  4. Multiple Bypass Links for Big Pages
← Back to Web Accessibility Academy