- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2022 20:04:19 +0000
- To: public-css-archive@w3.org
I was thinking to serializing the legacy shorthand with `getPropertyValue()`: ```js style['--custom'] = 'recto' style.breakAfter = 'var(--custom)' style.pageBreakAfter; // 'var(--custom)' computedStyle.pageBreakAfter; // '' ``` But yeah, "using" it in a style block also makes sense to me, and I am fine with discussing it in #2515. I subscribed to it. -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8014#issuecomment-1304626464 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 5 November 2022 20:04:26 UTC