Skip to content

Commit 31414a1

Browse files
committed
[css-tables] Added note on blockification -- fixes #222
1 parent da57868 commit 31414a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-tables-3/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,11 @@ spec:css21; type:property; text:max-width
336336
</li>
337337
</ol>
338338

339+
<div class="advisement">
340+
Please note that some layout modes such as flexbox and grid <a href="http://www.w3.org/TR/css-display-3/#blockify">override the display type</a> of their children.
341+
These transformations happen before the table fixup.
342+
</div>
343+
339344
<!--------------------------------------------------------------------------------->
340345
<h4 id="fixup-examples">Examples</h4>
341346

0 commit comments

Comments
 (0)