Re: [csswg-drafts] [css-multicol] Contradictions about whether zero is allowed for 'column-width'

I just came across this inconsistency while testing column-width animation, and was about to create an issue recommending that we accept any non-negative value, when I search and found that this issue had already been raised.

> They seem likely to lead to interoperability problems

It has ([Test](https://jsfiddle.net/ericwilligers/g9wqkent/)):

Firefox accepts 0px and 0em as specified values for column-width. Other browsers reject these values.

Edge never gives 0px as a computed value of column-width (e.g. as the result of a calc expression, or when font-size is 0px), instead it gives a fraction of a pixel. Other browsers can give 0px as a computed value of column-width.



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

Received on Saturday, 3 March 2018 12:00:45 UTC