From 50b5ec390bf999be12102fe7d0703d64d592305f Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 27 Sep 2024 09:49:26 -0700 Subject: [PATCH 1/3] Add element --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index ac91868..a151a25 100644 --- a/index.html +++ b/index.html @@ -2926,6 +2926,19 @@

+ + + [^selectedoption^] + + + No corresponding role + + +

+ No `role` or `aria-*` attributes +

+ + [^slot^] From 93c100c9bb144c1a070be71ea19cc6ffeafefa38 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 12 Nov 2024 07:46:16 -0800 Subject: [PATCH 2/3] rename and add note --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a151a25..a4e1bac 100644 --- a/index.html +++ b/index.html @@ -2927,11 +2927,11 @@

- - [^selectedoption^] + + [^selectedcontent^] - No corresponding role + No corresponding role. Note: This may change depending on how the HTML AAM PR goes.

From 6558a4eb72e71606332593b097f813f8cae5c1db Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 11 Dec 2024 17:17:27 -0500 Subject: [PATCH 3/3] updates selectedcontent and button element --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a4e1bac..17d2070 100644 --- a/index.html +++ b/index.html @@ -875,7 +875,8 @@

[^button^] - role=button +

role=button

+

If the `button` is a child of a `select` element: No corresponding role

@@ -901,6 +902,9 @@

Global `aria-*` attributes and any `aria-*` attributes applicable to the allowed roles.

+
+

If the `button` is a child of a `select` element: + No `role` or `aria-*` attributes

@@ -2931,7 +2935,7 @@

[^selectedcontent^] - No corresponding role. Note: This may change depending on how the HTML AAM PR goes. + role=generic