-
Notifications
You must be signed in to change notification settings - Fork 725
[css-ui-4] define appearance: base-select #12402
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
Conversation
This was resolved here: w3c#10440 (comment) Base appearance for the select element and its picker is going to be published in the HTML spec very soon.
css-ui-4/Overview.bs
Outdated
<dt><dfn>base-select</dfn> | ||
<dd> | ||
The effect of ''appearance/base-select'' depends on the element it is applied to: | ||
<dl class=switch> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest two changes here:
- first, switch the order of the two items in this list so that the second one can just be "Everything else" (and you don't have to repeat "other than the
<select>
element" in the definition either). - second, for the
<select>
/::picker(select)
case, I think it's better to fully defer to the definition ofappearance/base
(as you do for the other half) rather than trying to repeat it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and done, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, though I think it would be good if you could also fix the indentation so it matches the surroundings (which I think likely uses tabs -- if so you should also use tabs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I thought I hit the "Approve" radio button last time... but see above comment.)
Done, thanks! |
This was resolved here:
#10440 (comment)
Base appearance for the select element and its picker is going to be published in the HTML spec very soon.