- From: Alan Stearns via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Mar 2019 22:53:02 +0000
- To: public-css-archive@w3.org
Ugh. Personally, I'd say no because it breaks up the word more than other uses. But there's at least one person in the world who wanted this effect. My first thought was that it would be possible to do this with a ::first-letter { float: left; clear: left; } but that does not work because clear does not apply to first-letter. It seems like anything that allows float should also take float-related properties. Perhaps that's an oversight that should be fixed? (whether or not we allow this for initial-letters) -- GitHub Notification of comment by astearns Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3698#issuecomment-468839000 using your GitHub account
Received on Friday, 1 March 2019 22:53:03 UTC