[css-display] Don't contradict Ruby about non-inline ruby. Fixes #1629. · w3c/csswg-drafts@5e90348 (original) (raw)

Original file line number Diff line number Diff line change
@@ -374,11 +374,13 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
374 374
375 375
ruby
376 376
377 - The element generates a principal ruby container box,
377 + The element generates a ruby container box
378 378 and establishes a ruby formatting context
379 379 in addition to integrating its base-level contents
380 380 into its parent formatting context
381 - if it is inline. [[!CSS3RUBY]]
381 + (if it is inline)
382 + or generating a wrapper box of the appropriate outer display type
383 + (if it is not). [[!CSS3RUBY]]
382 384
383 385
384 386 If a <> value is specified but <> is omitted,