Re: [csswg-drafts] [css-syntax-3]: Voluntary semicolons (#5413)

@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