Navigation mechanisms
Access barriers
Guidelines for overcoming access barriers
Activity
These are elements which assist users in navigating through a site, for example navigation links, search functions, drop-down menus, etc.
Access barriers
Unclear and inconsistent navigation mechanisms hinder the access of all users. It is easy to get lost in a site if clear and consistent navigation mechanisms are not provided.
Back to top
Guidelines for overcoming access barriers
- Provide clear and meaningful link text that makes sense when read out of context. For example, in HTML, write 'Information about plants' instead of 'click here'.
- Provide meaningful information about pages and sites with metadata. NAVIGATION EXAMPLE 2
- Inform users about the general layout of a site (for example, via a site map or site index), including information on accessibility features that are built into the site. NAVIGATION EXAMPLE 3
- Provide navigation mechanisms in a clear and consistent manner. For example, navigation links should appear at the same place between pages. NAVIGATION EXAMPLE 4
- Enable navigation links to highlight when users are accessing the content linked to it so that they know where they are in the site. NAVIGATION EXAMPLE 5
- Use clear spaces, as appropriate, to help create easy-to-read navigation.
- Use headings (H1, H2, etc) in your pages. These headings are extracted by screen readers and allow users to navigate directly to that content.
- Use a 'skip-navigation' link if there are a lot of navigation items so that users of adaptive technology can skip irrelevant navigation content that appears on each page. NAVIGATION EXAMPLE 8
- Provide a TabIndex to help users move through the page using the tab key. NAVIGATION EXAMPLE 9
- Use the <LINK> tag to add navigation for Mozilla and text browsers like Lynx. NAVIGATION EXAMPLE 10
Back to top
Activity
Use the checklist below to assess any accessibility barriers as a result of navigation mechanisms that may be present in your website. If you have ticked 'no' for any item, go to the Guidelines for how to overcome this barrier.
Using navigation mechanisms
-
Clear and meaningful link text, that makes sense when read out of context, is provided.
Meaningful information is provided about pages and sites by means of metadata.
-
Users are informed about the general layout of the site.
-
Navigation mechanisms are clear and consistent.
-
Navigation buttons highlight when users are accessing the content linked to it, so that they know where they are in the site.
-
Clear spaces are used to help create an uncluttered look.
-
Headings are used to structure information on the page.
-
An option to skip navigation is provided.
-
A logical tab order has been designed using TabIndex.
-
Links have been provided using 'Link rel' for text-based browsers.
Back to top