Re: [csswg-drafts] [css-nesting-1] Syntax Invites Errors (#7834)

How would prop 3 handle the following case? Obviously this example is incorrect CSS. But how should an implementation treat it? Specifically, what is `#bad` supposed to mean? Is it a `<hex-color>` or an id-selector? How can this be made as backwards-compatible as possible?

```css
.foo {
  background-color: #bad 
  .bar { 
    outline: red;
  }
}
```


-- 
GitHub Notification of comment by fd
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7834#issuecomment-1284424751 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 19 October 2022 18:39:50 UTC