Remove css-multicol tests assuming that column-gap affects column-count.
This may have been correct with some version of the spec, but the current one just says to use column-count as specified, if column-width is auto. There's nothing that suggests that the width of column-gap should affect used column-count. https://www.w3.org/TR/css-multicol-1/#pseudo-algorithm See line 04 below. (01) if ((column-width = auto) and (column-count = auto)) then (02) exit; /* not a multicol element */ (03) if column-width = auto then (04) N := column-count Bug: 788337 Change-Id: I583aa0c3752a9a43b9b59725be2aa67d947487c9 Reviewed-on: https://chromium-review.googlesource.com/805975Reviewed-by:Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#521343}
Showing
Please register or sign in to comment