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

Ruby boxes are supposed to be inline box, and they should share all the characteristic of inline box like kerning.

Recursion isn't really a big issue, because in general content in ruby is expected to be small and shallow, and actually block-in-ruby should be considered a wrong use, which means handling it should not affect normal usecases, and it should be as easy as possible for impl.

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

Received on Saturday, 13 May 2017 06:19:10 UTC