Re: [csswg-drafts] [css-nesting-1] Syntax Invites Errors (#7834)

> The spec is now updated to Option 3, after a quick hack session with @argyleink

Can you please clarify why *consume a style block's content* looks for an identifier **or a functional notation** to consume a declaration? Is it to anticipate a future declaration syntax?

> - `<ident-token>` 
> - `<function-token>` 
> - `<function>` 
>   Reconsume the current input token. Initialize a temporary list, initially empty. As long as the next input token is anything other than a ` <semicolon-token>`  or ` <EOF-token>` , consume a component value and append it to the temporary list. Consume a declaration from the temporary list. If anything was returned, append it to ` decls` .

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


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

Received on Friday, 18 November 2022 04:28:36 UTC