@@ -33,6 +33,7 @@ At Risk: application of grid placement to absolutely-positioned boxes
3333spec:css-align-3;
3434 type:value;
3535 text:stretch; for:align-self
36+ text:stretch; for:align-content
3637 text:space-between; for:justify-content
3738 text:space-around; for:justify-content
3839 type:property; text:column-gap
@@ -4250,7 +4251,7 @@ Major Changes</h4>
42504251 (vs. <a href="https://www.w3.org/TR/2016/CR-css-grid-1-20160929/#grid-item-sizing">original</a> ).
42514252
42524253 <li id="change-2016-auto-percent-track">
4253- Changed the behavior of <<pecentage >> tracks
4254+ Changed the behavior of <<percentage >> tracks
42544255 inside a <a>grid container</a> whose size depends on the size of those tracks
42554256 to match implementations by
42564257 contributing their dimensions sized as ''grid-template-columns/auto''
@@ -4264,7 +4265,7 @@ Major Changes</h4>
42644265 the <a>grid container</a>
42654266 and in the contents of tracks overflowing the tracks
42664267 when <<percentage>> sizes are used
4267- in <a>fit-content</a> -sized <a>grid containers</a>
4268+ in <a lt="fit-content size" >fit-content</a> -sized <a>grid containers</a>
42684269 such as ''width/auto'' -sized inline or floated <a>grid containers</a> .
42694270 (To avoid this problem, use <<flex>> units instead,
42704271 which are intended to maintain their ratios and not overflow
0 commit comments