Skip to content

Specify popover=auto on ::picker(select)#12283

Open
josepharhar wants to merge 1 commit intowhatwg:mainfrom
josepharhar:selectpopoverattr
Open

Specify popover=auto on ::picker(select)#12283
josepharhar wants to merge 1 commit intowhatwg:mainfrom
josepharhar:selectpopoverattr

Conversation

@josepharhar
Copy link
Contributor

@josepharhar josepharhar commented Mar 18, 2026

This was accidentally missed on the original spec for base appearance.

Fixes #12271

  • At least two implementers are interested (and none opposed):
    • Chromium
  • Tests are written and can be reviewed and commented upon at:
    • All customizable select tests are based on this element being a popover
  • Implementation bugs are filed:
    • Chromium: Already implemented
    • Gecko: Do we need a bug for this?
    • WebKit: Already implemented?
  • Corresponding HTML AAM & ARIA in HTML issues & PRs: not needed
  • MDN issue is filed: not needed
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/rendering.html ( diff )

This was accidentally missed on the original spec for base appearance.

Fixes whatwg#12271
Copy link
Member

@keithamus keithamus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this does not work as-is, since :popover-open should not match and this creates style collisions with [popover]. There might be more issues. I haven’t evaluated all entry points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

<select> popover integration does not appear to be defined

3 participants