Re: [csswg-drafts] [css-sizing] Percentage sizing section is kind of vague

OK, so, afaict: width/min-width/max-width values containing a percentage are treated as the property's initial value for the purpose of calculating the min/max-size contributions. Afterwards, they resolve. E.g. in `width (or min/max-width): calc(300px + 40%)` we ignore the 300px as well as the percentage while calculating its size contribution.

This needs edits and testcases.

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

Received on Friday, 19 January 2018 00:37:38 UTC