- From: Ilya Streltsyn via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Dec 2018 21:54:21 +0000
- To: public-css-archive@w3.org
But something like this would be potentially possible: ``` .grid-item-1 { grid-column: 1 / span 1; } .grid-item-1 || .grid-item-2 { grid-column: 5 / span 1; } ``` In theory, this could be resolved by restricting the subset of CSS properties that can be applied to this selector, but this would probably mean too much complexity for both spec and implementation... -- GitHub Notification of comment by SelenIT Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3471#issuecomment-450433349 using your GitHub account
Received on Friday, 28 December 2018 21:54:23 UTC