diff --git a/techniques/aria/ARIA11.html b/techniques/aria/ARIA11.html index bbd53be6ef..ae67ca5f2c 100644 --- a/techniques/aria/ARIA11.html +++ b/techniques/aria/ARIA11.html @@ -22,13 +22,13 @@
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.main
: A region that contains a page's main content.region
: A region that contains a perceivable section of the page containing content that is sufficiently important for users to be able to navigate to the section. A region
landmark isn't exposed as a landmark region unless it has an accessible name.form
: A region of the document that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.search
: A region of the page containing search functionality.complementary
: Any section of the document that supports the main content, yet is separate and meaningful on its own.banner
: A region that contains mostly site-oriented content, rather than page-specific content.navigation
: A region that contains a collection of navigational elements (usually links) for navigating the document or related documents.main
: A region that contains the main content of a document.region
: A region that contains a perceivable section of the page containing content that is relevant to a specific, author-specified purpose and sufficiently important that users will likely want to be able to navigate to the section easily A region
landmark isn't exposed as a landmark region unless it has an accessible name.form
: A region that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.search
: A region that contains a collection of items and objects that, as a whole, combine to create a search facility.complementary
: A region that supports the main content, yet is separate and meaningful on its own.contentinfo
: A region that contains information about the parent document such as copyrights and links to privacy statements.