Re: [csswg-drafts] Please define how the various box tree fixups interact

Since inlinification doesn't affect layout-internal display types (expecting such boxes to be wrapped in an appropriate anonymous inline-level wrapper by the relevant box-fixup rules), I also added https://github.com/w3c/csswg-drafts/commit/ec80a76213021f554ec721f671d32076a60a6b5c to address misparented internal table boxes inside ruby. (We were assuming they'd be considered inline-level due to fixup, but it wasn't really clear since if table box fixup hasn't run yet, they aren't yet wrapped.)

CSS Tables L3 already recognizes ruby in determining anonymous table box types, so I don't think there are any issues. there.

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

Received on Tuesday, 20 March 2018 22:33:20 UTC