Landmark Roles
•
• “The skip-links killer”
• Define the role of sections in the structure of a web page, e.g.:
•
–<div id=”header” role=”banner”>
–<div id=”content” role=”main”>
–
–Gives AT instant access to major page components
•
Landmark roles:  the “skip-links killer”

Help screen reader users understand the role of sections in the structure of a web page, e.g.:

<div id=”header” role=”banner”> (site-oriented content, e.g. logo, page title)
<div id=”content” role=”main”> (central document content)
<div id=”nav” role=”navigation”> (links to navigate this document &/or related documents)

Allows AT’s instant access to major page components

They can be used now.

Example: landmark roles - image & web