From c0448b70e3696293a79371405205bbd3db30332f Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 4 Mar 2022 17:30:18 -0500 Subject: [PATCH 1/3] proposed rewording for the complementary landmark closes #1396 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eaf840eeb..99ac6b3a9 100644 --- a/index.html +++ b/index.html @@ -2630,8 +2630,8 @@

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.

-

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.

+

A landmark that is designed to be complementary to the main content it is a direct descendant of, or is at a similar level in the DOM hierarchy. The contents of a complementary landmark would be expected to remain meaningful if it were to be separated from the main content it is relevant to.

+

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. 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. User agents MAY enable users to quickly navigate to elements with role complementary.

From 090ee7e24ad955f997c7acf51475407ba72eea9c Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sun, 13 Mar 2022 17:56:32 -0400 Subject: [PATCH 2/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 99ac6b3a9..d420ca94d 100644 --- a/index.html +++ b/index.html @@ -2630,7 +2630,7 @@

Definition of Roles

complementary
-

A landmark that is designed to be complementary to the main content it is a direct descendant of, or is at a similar level in the DOM hierarchy. The contents of a complementary landmark would be expected to remain meaningful if it were to be separated from the main content it is relevant to.

+

A landmark that is designed to be complementary to the main content it is a sibling to, or a direct descendant of. The contents of a complementary landmark would be expected to remain meaningful if it were to be separated from the main content it is relevant to.

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. 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. From 8ddf8dc3a39c074db037f05d06300c090d2dc21e Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sun, 13 Mar 2022 17:58:43 -0400 Subject: [PATCH 3/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d420ca94d..e41e15145 100644 --- a/index.html +++ b/index.html @@ -2630,7 +2630,7 @@

Definition of Roles

complementary
-

A landmark that is designed to be complementary to the main content it is a sibling to, or a direct descendant of. The contents of a complementary landmark would be expected to remain meaningful if it were to be separated from the main content it is relevant to.

+

A landmark that is designed to be complementary to the main content that it is a sibling to, or a direct descendant of. The contents of a complementary landmark would be expected to remain meaningful if it were to be separated from the main content it is relevant to.

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. 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.