- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Jun 2016 19:29:36 +0000
- To: public-css-archive@w3.org
I'm not sure what you mean by "will become". I'm assuming that you're talking about the _resolved value_ for these properties. https://drafts.csswg.org/css-grid/#resolved-track-list When there are zero tracks Firefox returns 'none' as the resolved value. Other than that edge case, we essentially merge the line names with the names on both sides of the dropped track and then remove any duplicates. So for the example you give, "[a] repeat(auto-fit,[b] 10px [c]) [d]", the resolved value is "[a b] 10px [c d]" when there is one item, the resolved value is "[a b] 10px [c b] 10px [c d]" when there are two items etc. I think this is the result you're suggesting, right? -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/172#issuecomment-224701514 using your GitHub account
Received on Wednesday, 8 June 2016 19:29:38 UTC