Skip to content

Commit c1735d0

Browse files
committed
[css-grid] Remove instance of fixed-size that was confusing. Maybe it's less confusing now?
1 parent 7d69946 commit c1735d0

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ Static Position of Grid Container Children</h3>
713713
The <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> [[!CSS21]]
714714
of an absolutely-positioned child of a <a>grid container</a>
715715
is determined as if it were the sole grid item
716-
in a fixed-size <a>grid area</a>
716+
in a <a>grid area</a>
717717
whose edges coincide with the padding edges of the <a>grid container</a>.
718718

719719
Note: Note that this position is affected by the values of 'justify-self' and 'align-self' on the child,
@@ -3140,7 +3140,8 @@ Changes</h2>
31403140
<li>Ported special handling of fractional flex values from Flex Layout to Grid Layout.
31413141
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
31423142
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
3143-
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items.
3143+
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items
3144+
<li>Enforced <a>growth limit</a> >= <a>base size</a> throughout the <a>track sizing algorithm</a>.
31443145
<li>Various other layout clarifications and fixes.
31453146
</ul>
31463147

css-grid/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ <h3 class="heading settled" data-level="4.3" id="static-position"><span class="s
18141814
<p>The <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> <a data-biblio-type="normative" data-link-type="biblio" href="#biblio-css21" title="CSS21">[CSS21]</a>
18151815
of an absolutely-positioned child of a <a data-link-type="dfn" href="#grid-container">grid container</a>
18161816
is determined as if it were the sole grid item
1817-
in a fixed-size <a data-link-type="dfn" href="#grid-area">grid area</a>
1817+
in a <a data-link-type="dfn" href="#grid-area">grid area</a>
18181818
whose edges coincide with the padding edges of the <a data-link-type="dfn" href="#grid-container">grid container</a>.</p>
18191819

18201820

@@ -5322,7 +5322,9 @@ <h2 class="no-num heading settled" id="changes"><span class="content">
53225322
</li>
53235323
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
53245324
</li>
5325-
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items.
5325+
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items
5326+
</li>
5327+
<li>Enforced <a data-link-type="dfn" href="#growth-limit">growth limit</a> >= <a data-link-type="dfn" href="#base-size">base size</a> throughout the <a data-link-type="dfn" href="#track-sizing-algorithm">track sizing algorithm</a>.
53265328
</li>
53275329
<li>Various other layout clarifications and fixes.
53285330
</li>

0 commit comments

Comments
 (0)