Re: [csswg-drafts] [css-grid] Property "grid-item-of": display any element as part of any given grid (#2530)

I simply need a way for saying "display this element as part of this grid" (or eg as part of a Flexbox-list) - any way.

This would work fine: `display-as-item-of: selector(#any_selector_pointing_to_the_grid);`
(no need to declare names, no need to extend the CSS-selectors syntax)

Having a mechanism other than the above (which uses existing CSS-selectors syntax inside the parens) is not necessary IMHO. If you and others see the need for such alternative (or additional) mechanisms, please feel free to continue to discuss their details - but my requirements would be satisfied by the above example, thus I don't need any other mechanism, thus I'll stay out of discussing their details 😀

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

Received on Wednesday, 19 February 2020 12:39:21 UTC