Skip to content

Commit caca2ca

Browse files
committed
[css-grid] Make overflow applied to subgrids optional, per WG resolution.
1 parent 9250e34 commit caca2ca

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ Establishing Subgrids: the ''subgrid'' 'display' value</h3>
23772377
the 'align-content'/'justify-content' properties on it are also ignored.
23782378

23792379
<li>
2380-
However, 'overflow' does apply,
2380+
The UA <em>may</em> apply 'overflow' to <a>subgrids</a>
23812381
so the contents of the subgrid can be scrolled aside.
23822382
(Note: the act of scrolling does not affect layout.)
23832383

@@ -4117,12 +4117,20 @@ Acknowledgements</h2>
41174117
Changes</h2>
41184118

41194119
<ul>
4120+
<li>
4121+
Simplify subgrids so that their placement can happen before sizing.
4122+
<li>Make ''subgrid'' a 'display' value rather than a 'grid-template-*' value,
4123+
disallowing single-axis subgridding.
4124+
(Single-axis subgridding may be added in the future,
4125+
but with a different syntax.)
4126+
<li>Remove ability to name lines within a subgrid
4127+
(though this may be added back in a future level).
41204128
<li>
41214129
Internal table cell display types are <a>blockified</a>
41224130
instead of wrapped in an anonymous table.
41234131
(Updated to match changes to <a href="http://www.w3.org/TR/css-flexbox-1/">Flexbox</a>.)
41244132
<li>
4125-
Added <a href="#item-margins"></a>
4133+
Add <a href="#item-margins"></a>
41264134
and undefined whether percentages are calculated
41274135
against the block or inline axis of grid item’s containing block.
41284136
<li>

0 commit comments

Comments
 (0)