- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Dec 2017 07:57:12 +0000
- To: public-css-archive@w3.org
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