-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
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
[css-ui] New value(s) for the appearance property to support <select>
stylability
#10333
Comments
Related issue: #10332, I think it would be worth figuring out how to also bring the extended
I don't think
I'm not sure I agree with the design of this, but either way, it's not impossible to support this in the future through a longhand property:
|
Recall that the discussion in the joint meeting was that we could always add That way we get:
This isn't new ground we're treading; we used essentially the same reasoning to settle on |
I think that the resolution here covers everything in this issue: #10440 (comment) |
In this issue, we have been discussing adding one or more new values to the appearance property to make an interoperable and stylable rendering of
<select>
, and potentially other elements in the future: #5998Some possibilities:
appearance:base-select
(or another name) for this, and add additional values as needed for other elements.<select>
, such asappearance:base-select-excluding-picker
.<select multiple>
, it could also usebase-select
or another new name.appearance:base
and make the interoperable and stylable mode for all form control elements use this.appearance:base-select-excluding-picker
use case.I don't think it's possible to make all form control elements have an interoperable and stylable
appearance:base
mode before we ship anything because it could take decades to do this for each element.We can also add
appearance:base
later if we make all form control elements have abase-something
mode, but I'm not sure if this really makes sense given theappearance:base-select-excluding-picker
use case.The text was updated successfully, but these errors were encountered: