Re: [csswg-drafts] [css-grid] How to distribute space using flex ratios when the sum is 0? (#3694)

The CSS Working Group just discussed `How to distribute space using flex ratios when the sum is 0?`, and agreed to the following:

* `RESOLVED: Accept change in https://github.com/w3c/csswg-drafts/commit/5a43ab7210d08c9a012a7697eb39a382f8133079`

<details><summary>The full IRC log of that discussion</summary>
&lt;dael> Topic: How to distribute space using flex ratios when the sum is 0?<br>
&lt;dael> github: https://github.com/w3c/csswg-drafts/issues/3694<br>
&lt;dael> fantasai: This was we forgot to handle divide by 0 case when dividing. minimal fix to only do that if the sum is >0. If sum is 0 we distribute space equally<br>
&lt;fantasai> https://github.com/w3c/csswg-drafts/commit/5a43ab7210d08c9a012a7697eb39a382f8133079<br>
&lt;dael> fantasai: dif^<br>
&lt;dael> fantasai: Refers to how we split up space for intrinsic track sizes. Have to distribute space even though it's flex 0. If there are flex ratios we can use we do. if they're all 0 we can't divide so we say do equally in that case<br>
&lt;dael> astearns: Any comments?<br>
&lt;dael> astearns: I don't see in diff anything about distributing equally<br>
&lt;dael> fantasai: [reads]<br>
&lt;dael> astearns: Alright so default case is in previous text?<br>
&lt;dael> fantasai: Yes.<br>
&lt;dael> astearns: Objections?<br>
&lt;dael> RESOLVED: Accept change in https://github.com/w3c/csswg-drafts/commit/5a43ab7210d08c9a012a7697eb39a382f8133079<br>
</details>


-- 
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3694#issuecomment-503627854 using your GitHub account

Received on Wednesday, 19 June 2019 16:12:27 UTC