- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Oct 2022 19:34:27 +0000
- To: public-css-archive@w3.org
Fortunately that's incorrect, due to [how I proposed changing Syntax](https://github.com/w3c/csswg-drafts/issues/7834#issuecomment-1270665794). Instead, that `.` would cause us to attempt to "parse an ambiguous rule", and when we hit the `;` we'd realize it was instead an invalid property all along and just drop it, without changing the parsing mode. The `color` property would then continue to be valid. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7834#issuecomment-1275179238 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 October 2022 19:34:29 UTC