From 3df5943903c9087a049a1addc995aa06c0cc4fa8 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 4 Mar 2022 10:25:09 -0500 Subject: [PATCH 1/2] Update index.html --- index.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 25d37ef0..536cf9a1 100644 --- a/index.html +++ b/index.html @@ -1226,32 +1226,25 @@

HTML Element Role Mappings

- `form` with an accessible name + `form` `form` role
Use WAI-ARIA mapping
Use WAI-ARIA mapping
-
Use WAI-ARIA mapping
-
Use WAI-ARIA mapping
- - - - - `form` without an accessible name - - `generic` role -
Use WAI-ARIA mapping
- +
Use WAI-ARIA mapping
-
- Localized Control Type: `"form"` +
If a `form` has no accessible name:
+
+ Role: `ATK_ROLE_FORM`
-
Use WAI-ARIA mapping
Use WAI-ARIA mapping
- + + If a `form` has no accessible name, + do not expose the element as a landmark. + From bddc419f60b3ac560b38a2d8946860f4108c9c77 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 4 Mar 2022 10:28:48 -0500 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 536cf9a1..1e67c3c8 100644 --- a/index.html +++ b/index.html @@ -1243,7 +1243,7 @@

HTML Element Role Mappings

Use WAI-ARIA mapping
If a `form` has no accessible name, - do not expose the element as a landmark. + do not expose the element as a landmark.