- From: Tim Reichen via GitHub <sysbot+gh@w3.org>
- Date: Mon, 17 Aug 2020 04:36:13 +0000
- To: public-css-archive@w3.org
@tabatkins that might be.
```css
div {
  border: 1px solid red
  color: green
}
```
The rule though is only concerned about where a list of values (```1px``` ```solid``` ```red```) end and the next declaration (```color```)  starts. It wouldn't matter if it is a keyword or not.
-- 
GitHub Notification of comment by timreichen
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5413#issuecomment-674650320 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 17 August 2020 04:36:15 UTC