Re: [csswg-drafts] [css-cascade] [css-nesting] Figure out whether we're fine with "shifting up" bare declarations after rules (#8738)

> That algo isn't in the Syntax spec quite yet.

Should we expect more changes to come (in CSS Syntax 3, at least) after this [commit](https://github.com/w3c/csswg-drafts/commit/6ab5888d05ef3f445e26a1ca81081a7b912016ed)?

`color: red; @media { foo: bar } color: green` does not seem to parse as I would expect against `<declaration-list>`, probably because there is no `;` after `foo: bar`. I think `}` should be provided to [consume a declaration](https://drafts.csswg.org/css-syntax-3/#consume-declaration).

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8738#issuecomment-1543436068 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 11 May 2023 06:55:45 UTC