Re: [csswg-drafts] [css-inline] initial-letter should allow zero sink? (#3698)

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