Re: [csswg-drafts] [css-display][css-ruby] Does inlinification really need recursion?

Okay, so afaict both the Ruby and Display definitions are pretty broken atm. :) Ruby fails to recurse into inlines, which it needs to do in order to suppress line breaks. The Display module turns 'display: block' into 'display: inline' and then recurses into it, which is also problematic because blocks should stay together as a unit.

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

Received on Tuesday, 16 May 2017 23:38:46 UTC