Skip to content

Commit 3e062bd

Browse files
committed
[css-grid] Update Changes section.
1 parent efe51d8 commit 3e062bd

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

css-grid/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,15 @@ Changes</h2>
30993099
<a href=http://www.w3.org/TR/2014/WD-css3-grid-layout-20140513/>13 May 2014 Working Draft</a>.
31003100

31013101
<ul>
3102-
<li>
3102+
<li>Applied 'align-content' and 'justify-content' to the <a>grid tracks</a> rather than to the <a>grid</a> as a monolithic unit, to allow justification of grid items across the grid container.
3103+
<li>Removed <css>stack</css> value from 'grid-auto-flow'.
3104+
<li>Added ''auto'' keyword to ''repeat()'' function for auto-filled tracks.
3105+
<li>Fixed handling of row-locked auto-placed items to correctly place sparsely.
3106+
<li>Ported special handling of fractional flex values from Flex Layout to Grid Layout.
3107+
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
3108+
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
3109+
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items.
3110+
<li>Various other layout clarifications and fixes.
31033111
</ul>
31043112

31053113
<h2 class="no-num" id="translated-algo">

css-grid/Overview.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5607,7 +5607,23 @@ <h2 class="no-num heading settled" id="changes"><span class="content">
56075607

56085608
<ul>
56095609

5610-
<li>
5610+
<li>Applied <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-align-3/#propdef-align-content">align-content</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-align-3/#propdef-justify-content">justify-content</a> to the <a data-link-type="dfn" href="#grid-track">grid tracks</a> rather than to the <a data-link-type="dfn" href="#grid">grid</a> as a monolithic unit, to allow justification of grid items across the grid container.
5611+
</li>
5612+
<li>Removed <span class="css">stack</span> value from <a class="property" data-link-type="propdesc" href="#propdef-grid-auto-flow">grid-auto-flow</a>.
5613+
</li>
5614+
<li>Added <a class="css" data-link-type="maybe" href="#valdef-grid-template-columns-grid-template-rows-auto">auto</a> keyword to <a class="css" data-link-type="maybe" href="#funcdef-repeat">repeat()</a> function for auto-filled tracks.
5615+
</li>
5616+
<li>Fixed handling of row-locked auto-placed items to correctly place sparsely.
5617+
</li>
5618+
<li>Ported special handling of fractional flex values from Flex Layout to Grid Layout.
5619+
</li>
5620+
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
5621+
</li>
5622+
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
5623+
</li>
5624+
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items.
5625+
</li>
5626+
<li>Various other layout clarifications and fixes.
56115627
</li>
56125628
</ul>
56135629

0 commit comments

Comments
 (0)