From 24b15345cc6515dde7f42cdece7dd93c3d062d39 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 8 Nov 2021 18:44:17 -0500 Subject: [PATCH 1/2] add proposed search element The proposed `search` element would map to `role=search` in Core AAM. **TODO 1:** If a `` were to contain a `
` element, will need to indicate to user agents that they must not expose the `` as a landmark. Question: if an author has given the `` an accName, ignore this rule, or, should this be used as a way to name a `` in its accName calculation? **TODO 2:** Add `` to accName/Description section --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 7a3c9dfd..2f795061 100644 --- a/index.html +++ b/index.html @@ -2944,6 +2944,15 @@

HTML Element Role Mappings

Not mapped
+ + `search` + `search` role +
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+ + `section` From 775d7048925b0b3ebc69738362c55d363494a959 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 24 Mar 2023 06:35:18 -0400 Subject: [PATCH 2/2] adds changelog --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 20712509..5329d5b4 100644 --- a/index.html +++ b/index.html @@ -6177,6 +6177,7 @@

Change Log

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

    +
  • 24-Mar-2023: Add `search` element and its mappings. See GitHub PR 355.
  • 08-Mar-2023: Update `hgroup` element to be mapped to `role=group`. See GitHub PR 398.
  • 08-Mar-2023: Clarify naming algorithm for `output` element. See GitHub PR 402.
  • 12-Dec-2022: Revise mapping for `s` element to be `role=deletion`. See GitHub PR 442.