diff --git a/techniques/aria/ARIA11.html b/techniques/aria/ARIA11.html index cef389c2f3..1a00feb60e 100644 --- a/techniques/aria/ARIA11.html +++ b/techniques/aria/ARIA11.html @@ -120,7 +120,7 @@

About this Technique

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.