- From: chvndb via GitHub <sysbot+gh@w3.org>
- Date: Mon, 14 Oct 2019 08:33:17 +0000
- To: public-css-archive@w3.org
As your suggestions only allow to target the items within a grid or grid area, I would then also add selectors to target the areas themselves: ```css /* d.) any grid area */ :grid-area() { ... } /* e.) specific grid area */ :grid-area(areaname) { ... } ``` -- GitHub Notification of comment by chvndb Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4416#issuecomment-541553679 using your GitHub account
Received on Monday, 14 October 2019 08:33:19 UTC