Re: [csswg-drafts] [css-grid] Percentages and intrinsic size

Hum, I didn't follow the "essentially" discussion but I just wanted to
 correct that we did not resolve that percentages "resolve to 0 for 
intrinsic width computation" but that "percentages are ignored for the
 purpose of comping the intrinsic width, but resolve at layout time". 
Those two things are different.

```
myles 1. Ignore percentage and treat as auto
myles 2. Back compute percentages
myles 3. percentages contribute zero, but resolve afterwards
myles 4. percentages contribute intrinsic size, resolve afterwards
myles 5. #3 unless all siblings are percentage, else #1
```
then narrowed down to
```
myles 1. Ignore percentages
myles 2. Backcompute percentages
myles 3. Percentages contribute intrinsic size, but resolve afterwards
myles 4. #3 with a switch based on min-width
dbaron #4 renumbered to #3, #6 renumbered to #4
```
then
```
myles RESOLVED: "Percentages contribute intrinsic size and they 
resolve after layout"
```
https://log.csswg.org/irc.w3.org/css/2017-01-13/#e761591

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

Received on Thursday, 2 February 2017 23:35:25 UTC