Chromium Code Reviews
Description[CSS Grid Layout] Implement auto-margin alignment for grid
The CSS Grid Layout spec states the following to deal with 'auto' values for the margin properties.
http://dev.w3.org/csswg/css-grid/#auto-margins
This patch resolves the auto-margins in both row-axis and column-axis
directions and disable Box Alignment properties application, since they
have no effect in the axis where auto-margin is set.
BUG=505846
Patch Set 1 #Depends on Patchset: Messages
Total messages: 3 (1 generated)
|