Skip to content

Commit add705a

Browse files
committed
[css-tables] Fix #1590 (generate anon inline-table in ruby not table)
1 parent 2636a8b commit add705a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-tables-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ spec:css22; type:property; text:display
384384
<li>An anonymous <a>table</a> or <a>inline-table</a> box must be generated
385385
around each sequence of consecutive <a>proper table child</a> boxes
386386
which are misparented.
387-
If the box's parent is an inline box,
387+
If the box's parent is an inline, run-in, or ruby box (or any box that would perform inlinification of its children),
388388
then an <a>inline-table</a> box must be generated;
389389
otherwise it must be a <a>table</a> box.
390390
<ul>

0 commit comments

Comments
 (0)