- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Apr 2023 20:49:24 +0000
- To: public-css-archive@w3.org
> Has issues with error recovery. Since declaration recovery and rule recovery differ, unrecognized rules in declaration blocks will eat the following declaration. This will surprise authors. This is not the case. Unrecognized rules will stop at the end of the rule (the `}`), so a following declaration (or rule) will be parsed as normal. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8249#issuecomment-1498134145 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 April 2023 20:49:26 UTC