From 784d4058efa37423c0ab54b564c99333cce428c9 Mon Sep 17 00:00:00 2001
From: Francis Storr Using ARIA landmarks to identify regions of a page
Landmarks also can help sighted keyboard-only users navigate to sections of a page using a browser plugin.
-Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below:
+Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below. For HTML mappings of landmark roles, refer to the Rules of ARIA attribute usage by HTML element table in the ARIA In HTML recommendation.
banner
: A region that contains the prime heading or internal title of a page.navigation
: A region that contains navigation links links to other pages or different parts of the same page.