- From: Xidorn Quan via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 May 2017 23:34:30 +0000
- To: public-css-archive@w3.org
I think one thing which wasn't clear is what should happen when inlinification or blockification is applied to a layout-internal display type. That happens when, e.g. a ruby internal inside a grid/flex, or a table internal inside a ruby. I just checked CSS Display again, and it seems that it has defined it clearly that, when those algorithms are applied to a layout-internal display type, they would just be converted to `inline` and `block` respectively. This isn't what Firefox currently does for ruby. We are currently trying to do smart things like avoiding doing inlinification for non-block level display type, and instead just hoping anonymous box generation would fix up everything. This is probably fragile. I think we can change it to do what the spec says about inlinification. -- GitHub Notification of comment by upsuper Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-301943940 using your GitHub account
Received on Tuesday, 16 May 2017 23:34:36 UTC