- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Oct 2022 14:24:03 +0000
- To: public-css-archive@w3.org
The space is only implied when the selector doesn't start with a combinator :
```css
.foo {
.bar {} /* implied space */
> .bar {} /* no implied space */
}
```
So it depends on what `::before` is.
This is an old issue.
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7979#issuecomment-1295851634 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 29 October 2022 14:24:04 UTC