From 50b5ec390bf999be12102fe7d0703d64d592305f Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 27 Sep 2024 09:49:26 -0700 Subject: [PATCH 1/2] 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/2] 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.