From e301b86014b59f9334d84da65e70fa78d69e9c0c Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 23 Jul 2025 08:31:49 -0700 Subject: [PATCH] Update select role mapping to use HTML display size In this HTML PR I am planning on changing the definition of how combobox vs listbox rendering is done with size and multiple attributes: https://github.com/whatwg/html/pull/11460 This PR defers to the HTML definition of display size which defines combobox vs listbox rendering based on multiple and size attributes. --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9432cce..eb37f00 100644 --- a/index.html +++ b/index.html @@ -2906,8 +2906,7 @@

- [^select^] (with NO `multiple` attribute and NO `size` - attribute having value greater than `1`) + [^select^] (with a display size of `1`) role=combobox @@ -2928,8 +2927,7 @@

- [^select^] (with a `multiple` attribute or a `size` attribute - having value greater than `1`) + [^select^] (with a display size greater than `1`) role=listbox