- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2022 09:11:07 +0000
- To: public-css-archive@w3.org
Yes, this is just when using `var()`. For these gap properties I think it would be fine, but in general it would not, e.g. ```js document.body.style.cssText = "--bb: page; break-before: var(--bb)"; document.body.style.pageBreakBefore; // "" ``` It can't be `var(--bb)` since `page-break-before: page` would be invalid. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8014#issuecomment-1303151982 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 November 2022 09:11:11 UTC