- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 15 Aug 2022 21:48:47 +0000
- To: public-css-archive@w3.org
I'm not sure if the wording is 100% clear, like ```css @layer { div { block-size: 100px } } @layer { div { height: 200px } div { height: revert-layer } } ``` The patch says that reverting `height` also reverts `block-size`, but we are keeping `block-size: 100px`, so it may cause some confusion? May benefit from an example. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7054#issuecomment-1215891473 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 15 August 2022 21:48:49 UTC