- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2022 17:48:48 +0000
- To: public-css-archive@w3.org
This could maybe be addressed as part of #2515? https://drafts.csswg.org/css-cascade-4/#legacy-shorthand says > CSSOM will not use them when serializing declarations but I think they should be used when a longhand has a pending-substitution value linked to the legacy shorthand. WebKit does this: ```js style.pageBreakAfter = 'always' style.cssText; // 'break-after: page;' style.pageBreakAfter = 'var(--custom)' style.cssText; // 'page-break-after: var(--custom);' ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8014#issuecomment-1304599638 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 17:48:50 UTC