Chromium Code Reviews
Description[css-align] Adapt content-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
content-alignment (align-content and justify-content).
I used this patch to adapt the implementation of the parsing logic for
these properties to the new Blink's CSS Parsing Design.
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/2750843002
Cr-Commit-Position: refs/heads/master@{#457434}
Committed: https://chromium.googlesource.com/chromium/src/+/81ac6e10b85aa327c1e26799807da952a7b930d8
Patch Set 1 #Patch Set 2 : Don't use raw pointers attributes on a GC managed class. #Messages
Total messages: 14 (8 generated)
|