- From: Snuggs via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Mar 2018 14:44:30 +0000
- To: public-css-archive@w3.org
To embellish on @annevk's statement with an example. ```html <foo-bar></foo-bar> <style> foo-bar { visibility: hidden } foo-bar:defined { visibility: show } </style> ``` If a user wanted to preserve real estate but not display until element is `defined`. @annevk does that help or hurt? -- GitHub Notification of comment by snuggs Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2258#issuecomment-373400503 using your GitHub account
Received on Thursday, 15 March 2018 14:44:34 UTC