Skip to content

Commit d7fc1a3

Browse files
committed
[css-display] Switch table cells and captions to have a 'flow' inner type. Lots of things end up being flow-roots as a result of context (flex items, grid items, absposes, blocks with overflow!=visible, the root element, it's probably simpler just to let those rules take effect rather than hard-coding it in the values.
1 parent ed5bf35 commit d7fc1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords</h3>
385385
The element is an <dfn dfn>internal table element</dfn>,
386386
and participates in a table layout context. [[!CSS21]]
387387

388-
''table-cell'' and ''table-caption'' have a ''flow-root'' <a>inner display type</a>.
388+
''table-cell'' and ''table-caption'' have a ''flow'' <a>inner display type</a>.
389389

390390
<dt><dfn>ruby-base</dfn>, <dfn>ruby-text</dfn>, <dfn>ruby-base-container</dfn>, <dfn>ruby-text-container</dfn>
391391
<dd>

0 commit comments

Comments
 (0)