From 269f3e262db1fbfd040ae1b5db4d398927396485 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 27 Sep 2024 13:20:07 -0400 Subject: [PATCH] Addition: selectedoption element I recreated the [original PR](https://github.com/w3c/html-aam/pull/566) by @josepharhar The `` element is part of the [customizable select feature](https://github.com/whatwg/html/issues/9799) and is being added to HTML [here](https://github.com/whatwg/html/pull/10633). ## Implementation * WPT tests: https://github.com/web-platform-tests/wpt/pull/45096 * Implementations (link to issue or when done, link to commit): * WebKit: TODO * Gecko: TODO * Blink: https://chromium.googlesource.com/chromium/src/+/18b5eac27b14b409503aa8047cf9358082a0e0df Co-authored-by: Joey Arhar @josepharhar --- html-aam/index.html | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/html-aam/index.html b/html-aam/index.html index ca3f951e6..001b24021 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -6343,6 +6343,56 @@

`select` (with NO `multiple +

`selectedoption`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + `selectedoption` +
[[wai-aria-1.2]]???
Computed Role
Use WAI-ARIA mapping
+ MSAA + IAccessible2 + +
???
+
UIA +
???
+
ATK +
???
+
AX +
???
+
Comments

`slot`