DescriptionAdd a runtime flag for the column-fill property.
Decouple column-fill support from the RegionBasedColumns flag.
The new multicol implementation is about to ship. All other multicol
properties are -webkit- prefixed, except for column-fill. Allowing
such a mix would very likely confuse authors, so better hide
column-fill away until we can unprefix all other multicol properties.
If column-fill isn't supported, the layout engine will behave as if it
were set to 'auto', which means that a multicol container with a
specified height won't have its columns balanced.
Discussed here:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/hhecvWUBJvg/nq4X3s8Jmk4J
R=jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195873
Patch Set 1 #
Total comments: 8
Patch Set 2 : code review #
Total comments: 2
Patch Set 3 : Name the runtime flag ColumnFill after all, since that's all it's going to control #
Messages
Total messages: 18 (3 generated)
|