From 1b46271ff20774edc3a771ebc43a894cfd1eeac7 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 9 May 2023 15:22:33 -0400 Subject: [PATCH 01/13] add proposed header and footer roles adds proposed header and footer roles to allow authors to identify areas of the page that would fit the more general HTML definition for the elements of the same name (and would not be considered landmark elements). These would also allow for the respective HTML elements to expose these new roles - essentially 'renamed' group roles - if they are given properties important to accessibility (focusable, named) but are not meeting the conditions to be exposed as banner / contentinfo landmarks. The alternative is to just expose the elements as groups, which is doable, but arguably also overloads the use of the group role. --- index.html | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/index.html b/index.html index b887e641d..caa8c00df 100644 --- a/index.html +++ b/index.html @@ -3280,6 +3280,84 @@

Definition of Roles

+
form
@@ -3760,6 +3838,84 @@

Definition of Roles

+
heading
From c6dbbfd969e4c317912f1815d4d61d794f07964b Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 9 May 2023 15:28:30 -0400 Subject: [PATCH 02/13] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index caa8c00df..c74e3d79a 100644 --- a/index.html +++ b/index.html @@ -3313,7 +3313,7 @@

Definition of Roles

Related Concepts: - <[^fieldset^]> in HTML + Required Accessibility Parent Roles: From e73f8b4bcedafb7c3cbfd4e43c89f1c29a8f5cd4 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 9 May 2023 15:28:35 -0400 Subject: [PATCH 03/13] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c74e3d79a..e692a9466 100644 --- a/index.html +++ b/index.html @@ -3871,7 +3871,7 @@

Definition of Roles

Related Concepts: - <[^fieldset^]> in HTML + Required Accessibility Parent Roles: From ad224dbd9d7fc9b75522e4b8bed2393a090302ff Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 16 Aug 2023 19:27:55 -0400 Subject: [PATCH 04/13] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e692a9466..37968e46f 100644 --- a/index.html +++ b/index.html @@ -3281,7 +3281,7 @@

Definition of Roles