Chromium Code Reviews
Description[css-align] Adapt self-alignment properties to the new baseline syntax
The baseline-position syntax has changed recently, so we need to update
the CSS properties using the old syntax. This patch address only the
self-alignment (align-self and justify-self) and default-alignment
(align-items and justify-items).
The content-distribution properties (align-content and justify-content)
will be updated in a follow up patch.
The new baseline syntax is "[first | last ]? baseline" which implies
modifying the parsing and computed value logic.
There are several layout tests affected by this change, so I'll update
them accordingly.
BUG=565883
Review-Url: https://codereview.chromium.org/2746453005
Cr-Commit-Position: refs/heads/master@{#456396}
Committed: https://chromium.googlesource.com/chromium/src/+/8f14d92d9469f4e87c3d3cfb2d8af8e8c9d8b727
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed layout test failures. #Patch Set 3 : More layout tests fixes. #Messages
Total messages: 20 (11 generated)
|