-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Closed
Labels
Content:HTMLHypertext Markup Language docsHypertext Markup Language docs
Description
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:
- The
::picker(select)pseudo-element, which applies to<select>elements - The
appearance:base-selectCSS property, which applies to<select>and::picker(select)to change their rendering - The
<selectedcontent>element - The
::picker-iconpseudo-element, which applies to<select>elements - The
::checkmarkpseudo-element, which applies to<option>elements - HTML parser changes for
<select>(not sure if this behavior is described on MDN) - The new content model for
<select>elements, which allows much more content and gets rendered whenappearance:base-selectis used
What did you expect to see?
- New pages for the new pseudo-elements, new HTML element, and new CSS property.
- Probably updates for the
<select>element page as well. - Maybe a separate page just for customizable select?
Do you have any supporting links, references, or citations?
- HTML issue, which contains links to spec PRs and explainer: Customizable
<select>element whatwg/html#9799 - Chromium intent to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/kN5LTzuTLVs
- Una's up to date blog post: https://una.im/select-updates/
Do you have anything more you want to share?
The specs are not merged yet but it will be shipped in chrome soon.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Content:HTMLHypertext Markup Language docsHypertext Markup Language docs