diff --git a/techniques/aria/ARIA11.html b/techniques/aria/ARIA11.html index 40194469f6..206c2c86d1 100644 --- a/techniques/aria/ARIA11.html +++ b/techniques/aria/ARIA11.html @@ -20,7 +20,7 @@

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.