File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
41174117Changes</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>
You can’t perform that action at this time.
0 commit comments