Re: [csswg-drafts] [selectors] sibling and ::after selector in one

Your selector is valid but doesn't match anything. Here is a scenario where it would:
```
<form>
    <input type="text" />
    <span></span>
</form>
```

Then it would set `display:none` on the ::after of the span

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

Received on Friday, 8 December 2017 07:57:13 UTC