- From: Sora2455 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Nov 2019 20:51:28 +0000
- To: public-css-archive@w3.org
@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