From 4310e8d8b36058bdd25f5eaf81cd162244b29baf Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 19 Jul 2022 09:56:27 -0400 Subject: [PATCH] Addition: Revise address element to map to role=group (#420) * Revise address element to map to role=group * update changelog to ref date merged. Per discussion `
` in #373, WG had no objections to mapping the element to the `group` role. --- index.html | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index b9f8d1f3..e3faee76 100644 --- a/index.html +++ b/index.html @@ -331,34 +331,13 @@

HTML Element Role Mappings

`address` - No corresponding role - -
- Roles: - `ROLE_SYSTEM_GROUPING`; `IA2_ROLE_SECTION` -
- - -
- Control Type: `Group` -
- - -
- Role: `ATK_ROLE_SECTION` -
- - -
- AXRole: `AXGroup` -
-
- AXSubrole: `(nil)` -
-
- AXRoleDescription: `"group"` -
+ + `group` role +
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
@@ -6407,6 +6386,7 @@

Change Log

Substantive changes since moving to the Accessible Rich Internet Applications Working Group (03-Nov-2019)

    +
  • 19-Jul-2022: Update `address` element to be mapped to `role=group`. See GitHub PR 420
  • 03-Apr-2022: Update `aside` mappings based on its nesting context. See GitHub PR 350.
  • 06-Mar-2022: Update the following elements to map to the `generic` role: `a no href`, `footer` not scoped to `body`, `header` not scoped to `body`, `samp`, `span`. See GitHub PR 364.
  • 06-Feb-2022: Update `mark` to point to Core AAM mapping for the role. See GitHub Issue 316.