-
Notifications
You must be signed in to change notification settings - Fork 719
[css-inline-3] vertical-align syntax / canonical ordering #5235
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
Labels
Milestone
Comments
fantasai
added a commit
that referenced
this issue
Jun 18, 2020
…'first baseline' just like the box alignment properties. #5235
The CSS Working Group just discussed
The full IRC log of that discussion |
fantasai
added a commit
that referenced
this issue
Aug 13, 2020
fantasai
added a commit
that referenced
this issue
Aug 13, 2020
Doesn't that make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minor syntactic questions on vertical-align now that it's a multi-valued shorthand:
Should we allow the
auto
value ofbaseline-source
in the shorthand?It's not clear what it refers to, is not useful (it's the default behavior), and is left out of serialization anyway... and if at some point we have some longhand that has a meaningful
auto
value, it would prevent being able to specify that. So I've a slight preference to keep it out of the shorthand.What's the best canonical ordering of the values?
Seems like
baseline-source
should go first since English has that preference built into its grammar, but is there a preferred order foralignment-baseline
vs.baseline-shift
? (I'm leaning towards makingalignment-baseline
go first.)css-align restricts the position of
first | last
to right before thebaseline
keyword. Should we similarly restrict it invertical-align
? Or let it be reordered since it's parseable either way?The text was updated successfully, but these errors were encountered: