Re: [csswg-drafts] [css-align][css-multicol] Gutter properties computed value

It seems to me that an author writing `column-gap: inherit` is not completely crazy. If you have a multicol inside a grid, or a grid inside a multicol, you might want to inherit the gap so that it's the same in both. In that case, you probably want `normal` to resolve to an absolute width, so that both the parent and the child can have the same gap.

Based on that, I suggest that normal should compute to a width always.

Your point about animation goes in the same direction.

This is a technically breaking change for multicol, but I have a very hard time thinking of situations where that would have any negative impact.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-364321479 using your GitHub account

Received on Friday, 9 February 2018 03:02:54 UTC