Re: [csswg-drafts] [selectors] decide on :blank (#1967)

@Dan503 Just a quick note that your use-case can be done with [`:placeholder-shown`](https://caniuse.com/#feat=css-placeholder-shown):

```
input:placeholder-shown + span {
    /* styles that move the label into the input area */
}
```

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

Received on Friday, 1 November 2019 20:51:30 UTC