@@ -7,7 +7,7 @@ Group: csswg
77Work Status : exploring
88TR : https://www.w3.org/TR/css-grid-2/
99ED : https://drafts.csswg.org/css-grid-2/
10- Previous version : https://www.w3.org/TR/2018/WD-css-grid-2-20180206 /
10+ Previous version : https://www.w3.org/TR/2018/WD-css-grid-2-20180427 /
1111Editor : Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
1212Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1313Editor : Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
@@ -104,7 +104,10 @@ Establishing a Subgrid</h3>
104104 indicates that the grid will adopt the spanned portion of its parent grid in that axis.
105105 Rather than being specified explicitly,
106106 the sizes of the grid rows/columns
107- will be taken from the parent grid's definition.
107+ will be taken from the parent grid's definition,
108+ and the <a>subgrid</a> ’s items will participate
109+ in the <a href="https://www.w3.org/TR/css-grid-1/#algo-content">intrinsic size calculations</a> ([[css-grid-1#algo-content]] )
110+ of any tracks shared with the parent grid.
108111
109112 The <<line-name-list>> argument allows local naming of the grid lines propagated from the parent grid:
110113 if a <<line-name-list>> is given,
@@ -117,6 +120,10 @@ Establishing a Subgrid</h3>
117120 the initial value, ''grid-template-rows/none'' .
118121 </dl>
119122
123+ Unlike those of a regular nested grid,
124+ a subgrid’s contents participate in its parent <a>grid formatting contex</a> ;
125+ thus a subgrid does not establish an <a>independent formatting context</a> .
126+
120127 The syntax of <<line-name-list>> is defined as follows:
121128
122129 <pre class="prod">
0 commit comments