From 05ccf90edb67b8eb7c5d00eff35a178c25c57af1 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 27 Sep 2024 09:57:31 -0700 Subject: [PATCH] Add selectedoption element --- index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1337ad1..db8f7f2 100644 --- a/index.html +++ b/index.html @@ -6550,6 +6550,56 @@

HTML Accessibility API Mappings 1.0

+

3.5.TODO selectedoption

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + selectedoption +
[wai-aria-1.2]No corresponding role
Computed Role
Not mapped
+ MSAA + IAccessible2 + +
Not mapped
+
UIA +
Not mapped
+
ATK +
Not mapped
+
AX +
Not mapped
+
Comments

3.5.116 slot

@@ -17028,4 +17078,4 @@

HTML Accessibility API Mappings 1.0

panel.hidden = true; panel.classList.remove("docked"); } -})() \ No newline at end of file +})()