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

> In practice, the difference can be observed as such

Do you mean the difference between a simple alias and a legacy shorthand?

> Blink says `""` because it implements `grid-gap` and `gap` as independent shorthands.

Is this the expected behavior of a legacy shorthand? If so, I do not understand. `grid-gap` is a shorthand for `gap` which is a shorthand for `row-gap` and `column-gap`, so the parsed value for `grid-gap` must expand to declarations for both longhands. Why `gap` would then serialize to `''`?

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8014#issuecomment-1303099650 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 08:12:13 UTC