diff --git a/index.html b/index.html index 482f741c3..5145d3c94 100644 --- a/index.html +++ b/index.html @@ -2603,7 +2603,7 @@

Definition of Roles

complementary
-

A landmark that is designed to be complementary to the main content at a similar level in the DOM hierarchy, but remaining meaningful when separated from the main content.

+

A landmark that is designed to be complementary to the main content, but would remain meaningful if it were to be separated from the main content. Complementary content is ideally placed at a similar level in the DOM hierarchy to the main content. For instance, as a sibling in the DOM hierarchy, or as a direct child of the main content.

There are various types of content that would appropriately have this role. For example, in the case of a portal, this may include but not be limited to show times, current weather, related articles, or stocks to watch. The complementary role indicates that contained content is relevant to the main content. If the complementary content is completely separable from the main content, it may be appropriate to use a more general role.

Assistive technologies SHOULD enable users to quickly navigate to elements with role complementary. [=user agents=] SHOULD treat elements with role complementary as navigational landmarks.