chromium-helper / csswg-resolutions

CSSWG Resolutions
4 stars 0 forks source link

Styling form control pickers #535

Closed chromium-helper closed 2 months ago

chromium-helper commented 2 months ago

CSSWG added the following resolution(s):

  • RESOLVED: `appearance:base` will apply to the in-page parts (only) of all form controls (including `<select>`), and, to avoid forwards-compat problems, must ship simultaneously on all form controls.
  • RESOLVED: `::picker(keyword) { appearance: base }` will apply to form control pickers as an opt-in to styleable pickers of the named control type, with the control-type keyword allowing per-control-type incremental shipping of styleable pickers. To avoid forwards-compat problems, we will consider a keywordless variant only once all form controls can be opted in.
  • RESOLVED: If appearance: base on all in-page controls is not ready in time for <select>, we may add appearance: base-select whose behavior is equivalent to appearance: base, but only applies to <select> and its picker (::picker(select)), individually.

in https://github.com/w3c/csswg-drafts/issues/10440#issuecomment-2332063450

chromium-helper commented 2 months ago

I have filed issues.chromium.org/364879918

That is all that can be done here, closing issue.