[css-display] Inlinified 'block ruby' should generate an inline-block wrapper #1700
Labels
Closed Rejected as Wontfix by Editor Discretion
css-display-3
Current Work
css-ruby-1
Current Work
Tracked in DoC
When a
block flow
element is inlinified, it becomesinline flow-root
(i.e. inline-block) in order to preserve the block container.Shouldn't the same happen for
block ruby
? If you request your ruby container to be wrapped inside a principal block container (e.g. because you want to usewidth
orheight
), shouldn't the block container be preserved (in the form of as inline-block) in case the element is unexpectedly inlinified by some ancestor?I think so. There should be a
ruby-root
inner display type and, just likeflow
becomesflow-root
during inlinification,ruby
should becomeruby-root
.The text was updated successfully, but these errors were encountered: