Re: [csswg-drafts] [css-inline] spec should define behavior when 'initial-letter' and 'float' both set on same element/pseudo-element

Currently, `float` values other than `none` are defined as causing `display` to compute to`block`, and `initial-letter` doesn't apply to blocks, only to inlines. So the end result is you get a floated `::first-line` pseudo-element if you specify both: `float` takes effect, and `initial-letter-*` is ignored.

@dbaron I think the `float`/`display` rules make this issue invalid. Please reopen if you think a different conclusion is needed.

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

Received on Thursday, 24 May 2018 21:22:58 UTC