Re: [csswg-drafts] [selectors-4] [css-nesting-1] pseudo elements need to be clarified to correctly handle relative selectors. (#7979)

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