Re: [csswg-drafts] [css‑grid][selectors‑4] How does the Column combinator (`||`) interact with other specifications (mainly CSS Grid)? (#3471)

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