From 4a01ad36668d0051cc281e26015ee3f453514f3c Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 18 Mar 2026 12:36:25 -0700 Subject: [PATCH] Specify popover=auto on ::picker(select) This was accidentally missed on the original spec for base appearance. Fixes https://github.com/whatwg/html/issues/12271 --- source | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source b/source index 9f6bfcc10b4..dd88f2c2589 100644 --- a/source +++ b/source @@ -148711,9 +148711,11 @@ progress { appearance: auto; }
  • A select popover, which is a div element. It is appended to the select's shadow root as the second child, after the select button - slot. The select element's '::picker' pseudo-element is the - select popover if the provided - argument is select.

  • + slot. The select popover has the popover + attribute set to auto. The select element's + '::picker' pseudo-element is the select popover if the provided argument is select.

  • A select popover slot, which is a slot element. It is appended to the select popover. It is expected to take all child nodes of the