From 235259399c8ec9f53ebb5f9797232f6fdbcccf6a Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 1 Nov 2024 17:29:03 -0400 Subject: [PATCH] adding TODO note for select's picker --- html-aam/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html-aam/index.html b/html-aam/index.html index 7c0639e0e..d538001c8 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -6415,6 +6415,15 @@

`select` (with NO `multiple

User agents MUST treat a `button` that is a child element of a `select` element as one item in the accessibility tree.

See also `button` element as a child of a `select` element.

+ +
+ TODO: +

handling the role of the picker popup based on if it contains invalid descendents or not

+

the role of the picker should also be contingent on whether invalid elements have accessible objects that exist outside/as siblings to option elements or not. + If an invalid element merely encapsulates the allowed children of a select, then that invalid element should instead be treated as if it had a generic/none role, + rather than modifying the role of the picker. +

+