- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Fri, 18 Nov 2022 04:28:35 +0000
- To: public-css-archive@w3.org
> 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