WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
241 stars 18 forks source link

HTMLSelectElement `showPicker()` #258

Closed lukewarlow closed 7 months ago

lukewarlow commented 10 months ago

WebKittens

@annevk

Title of the spec

HTMLSelectElement's showPicker()

URL to the spec

https://github.com/whatwg/html/pull/9754

URL to the spec's repository

No response

Issue Tracker URL

No response

Explainer URL

No response

TAG Design Review URL

https://github.com/w3ctag/design-reviews/issues/900

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/886

WebKit Bugzilla URL

https://bugs.webkit.org/show_bug.cgi?id=261814

Radar URL

No response

Description

The showPicker() method is a new addition to HTMLSelectElement which addresses a common request from web developers: programmatically showing the option picker UI for a select element

Ahmad-S792 commented 10 months ago

@pxlcoder & @rniwa - FYI and to share any input as well.

annevk commented 10 months ago

https://github.com/whatwg/html/pull/9754#issuecomment-1726093197 still applies.

lukewarlow commented 9 months ago

Implementation PR: https://github.com/WebKit/WebKit/pull/18479

annevk commented 8 months ago

I suggest we resolve this as "position: support" one week from now given that our concern has been addressed (non-rendered select elements won't work for now).