Re: [csswg-drafts] [css-align-3] `grid-*-gap` should be aliases instead of shorthands (#8014)

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