Re: [csswg-drafts] [css-display] run-in fixup should create inline-block when parent inlinifies

@fantasai So the problem is that inlinification happens first, then run-in fixup creates a block box, and then you end up with a block box inside a ruby or an inline run-in, which do not tolerate block boxes inside them. It's a violation of this principle:

> If an inline flow box is inlinified, it recursively inlinifies all of its in-flow children, so that no block-level descendants break up the inline formatting context in which it participates.

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

Received on Monday, 19 March 2018 20:59:31 UTC