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

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display] run-in fixup should create inline-block when parent inlinifies ==
This is like #1590 but for run-in instead of tables. [CSS Display](https://drafts.csswg.org/css-display-3/#run-in-layout) says

> an anonymous block box is generated around the run-in sequence

But I guess this block box should be an inline-level block container if the parent inlinifies, e.g. inside internal ruby boxes or inside another run-in with a `flow` inner display type. Maybe it would be better to be consistent with table fixup and also generate an inline-block inside non-run-in inline boxes.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1607 using your GitHub account

Received on Saturday, 15 July 2017 14:31:48 UTC