We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
No response
The customizable select feature adds several APIs:
::picker(select)
<select>
appearance:base-select
<selectedcontent>
::picker-icon
::checkmark
<option>
The specs are not merged yet but it will be shipped in chrome soon.
The text was updated successfully, but these errors were encountered:
chrisdavidmills
Successfully merging a pull request may close this issue.
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: