-
Notifications
You must be signed in to change notification settings - Fork 757
Description
Minor syntactic questions on vertical-align now that it's a multi-valued shorthand:
-
Should we allow the
autovalue ofbaseline-sourcein 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 meaningfulautovalue, 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 likebaseline-sourceshould go first since English has that preference built into its grammar, but is there a preferred order foralignment-baselinevs.baseline-shift? (I'm leaning towards makingalignment-baselinego first.) -
css-align restricts the position of
first | lastto right before thebaselinekeyword. Should we similarly restrict it invertical-align? Or let it be reordered since it's parseable either way?