You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-grid/Overview.bs
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -669,6 +669,13 @@ Grid Items</h2>
669
669
</div></pre>
670
670
</div>
671
671
672
+
The 'display' value of a <a>grid item</a> is <a>blockified</a>:
673
+
if the specified 'display' of an in-flow child of an element generating a <a>grid container</a>
674
+
is an inline-level value, it computes to its block-level equivalent.
675
+
(See <a href="http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo">CSS2.1§9.7</a>[[!CSS21]]
676
+
and <a href="http://www.w3.org/TR/css-display/#transformations">CSS Display</a>[[!CSS3-DISPLAY]]
677
+
for details on this type of 'display' value conversion.)
678
+
672
679
Some values of 'display' trigger the generation of anonymous boxes.
673
680
For example, a misparented ''display/table-cell'' child is fixed up
674
681
by <a href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">generating anonymous <css>table</css> and <css>table-row</css> elements</a> around it. [[!CSS21]]
0 commit comments