Accessible Navigation

Hi guys,

I’ve been working hard on creating an accessible navigation within Webflow. Hopefully they update the native one soon!

The requirements I set myself were:

  • User can skip navigation with a “Skip nav” link
  • User can tab through the nav and any dropdowns, mobile navs that appear
  • Aria labelling makes sense

What I couldn’t do was to make the mobile nav menu an overlay as there currently isn’t a crossbrowser friendly solution for disabling background scroll when opened. Instead I’ve opted for a relatively positioned nav menu.

Take a look and let me know your thoughts!

http://nbc-ui-kit.webflow.io/

What I couldn’t do was to make the mobile nav menu an overlay as there currently isn’t a crossbrowser friendly solution for disabling background scroll when opened. Instead I’ve opted for a relatively positioned nav menu.

Not sure what your talking about with the whole skip nav, but for the menu overlay prevent scroll you are incorrect you can do that with very little effort.

https://webflow.com/website/noscroll

Hey @Poliigon,

Unfortunately that doesn’t work on iOS. There is a jquery plugin called body scroll lock. This article explains the issue:

Let me know if you manage to implement it!

And this is an article about Skip Links: What are Skip Links? | Nomensa

Basically allow a user skip to the main content of the site without having to tab through the navigation.

@JoeDigital works on IOS11, IOS 10, IOS 9, for me… The skip nav is designed primarily for for screen reading devices.