Using ARIA Landmarks

Donald F. Evans

December 29, 2009

Question

How are ARIA landmarks used to assist the screen reader user to better navigate a web page?


Answer

ARIA landmarks are a good substitute for skip links, and allow the user to skip not just over repetitive navigation but to move directly to the various parts of a web page. The typical screen reader user must start reading at the top left of a page and continue line by line until the bottom right is reached. By using this simple convention, you can provide easy access to the main pieces of your page. And the syntax is very simple to use. This is one easy thing you can do to increase accessibility for the screen reader user.

JAWS provides several keyboard shortcuts for using ARIA Landmarks:

ARIA Landmarks available:

ARIA Landmark Syntax: <div id="content" role="main">


Example

Try the Example.


Other Resources