• jfernandez's avatar
    [css-align] Adapt content-alignment properties to the new baseline syntax · 81ac6e10
    jfernandez authored
    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}
    81ac6e10
parse-align-content.html 14.4 KB