Skip to content

Commit 5e90348

Browse files
committed
[css-display] Don't contradict Ruby about non-inline ruby. Fixes #1629.
1 parent a1ff710 commit 5e90348

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-display-3/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,13 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
374374

375375
<dt><dfn>ruby</dfn>
376376
<dd>
377-
The element generates a principal <a>ruby container</a> box,
377+
The element generates a <a>ruby container</a> box
378378
and establishes a <a>ruby formatting context</a>
379379
in addition to integrating its base-level contents
380380
into its parent <a>formatting context</a>
381-
if it is inline. [[!CSS3RUBY]]
381+
(if it is inline)
382+
or generating a wrapper box of the appropriate <a>outer display type</a>
383+
(if it is not). [[!CSS3RUBY]]
382384
</dl>
383385

384386
If a <<display-inside>> value is specified but <<display-outside>> is omitted,

0 commit comments

Comments
 (0)