Skip to content

Commit c14215d

Browse files
committed
[css-display-3] Mention subgrid's affect on GFC creation. Fixes #6157
1 parent 3e6fdb4 commit c14215d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-display-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,10 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
456456
<dt><dfn>grid</dfn>
457457
<dd>
458458
The element generates a principal <a>grid container</a> box,
459-
and establishes a <a>grid formatting context</a>. [[!CSS3-GRID-LAYOUT]]
459+
and establishes a <a>grid formatting context</a>. [[!CSS-GRID-1]]
460+
461+
(Grids using ''subgrid'' might not generate a new [=grid formatting context=];
462+
see [[CSS-GRID-2]] for details.)
460463

461464
<dt><dfn>ruby</dfn>
462465
<dd>
@@ -734,7 +737,7 @@ Automatic Box Type Transformations</h3>
734737
<ul>
735738
<li>Absolute positioning or floating an element <a>blockifies</a> the box’s display type. [[CSS2]]
736739
<li>Containment in a <a spec=css-ruby>ruby container</a> <a>inlinifies</a> the box’s display type, as described in [[CSS3RUBY]].
737-
<li>A parent with a ''grid'' or ''flex'' 'display' value <a>blockifies</a> the box’s display type. [[CSS3-GRID-LAYOUT]] [[CSS3-FLEXBOX]]
740+
<li>A parent with a ''grid'' or ''flex'' 'display' value <a>blockifies</a> the box’s display type. [[CSS-GRID-1]] [[CSS3-FLEXBOX]]
738741
</ul>
739742
</div>
740743

0 commit comments

Comments
 (0)