Customizable select element #37857
Labels
Content:HTML
Hypertext Markup Language docs
waiting for implementations
Waiting for feature to be implemented in browsers
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
The customizable select feature adds several APIs:
::picker(select)
pseudo-element, which applies to<select>
elementsappearance:base-select
CSS property, which applies to<select>
and::picker(select)
to change their rendering<selectedcontent>
element::picker-icon
pseudo-element, which applies to<select>
elements::checkmark
pseudo-element, which applies to<option>
elements<select>
(not sure if this behavior is described on MDN)<select>
elements, which allows much more content and gets rendered whenappearance:base-select
is usedWhat did you expect to see?
<select>
element page as well.Do you have any supporting links, references, or citations?
<select>
element whatwg/html#9799Do you have anything more you want to share?
The specs are not merged yet but it will be shipped in chrome soon.
The text was updated successfully, but these errors were encountered: