Skip to content

Commit fbeeeb0

Browse files
committed
[css-grid] Fix errors in previous commit for #283
1 parent 483b58f commit fbeeeb0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

css-grid/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@ Implied Minimum Size of Grid Items</h3>
12081208
imposed on <a>flex items</a> in their <a>main axis</a>.)
12091209
[[!CSS-FLEXBOX-1]]
12101210
However, if the <a>grid item</a> spans only <a>grid tracks</a>
1211-
that have a <a lt="fixed sizing function">fixed</a> <a>maximum sizing function</a>,
1211+
that have a <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a>,
12121212
its <a>automatic minimum size</a> in that dimension
12131213
is further clamped to less than or equal to the size necessary
1214-
to fit its margin box within the track (flooring at zero).
1214+
to fit its margin box within the resulting <a>grid area</a> (flooring at zero).
12151215

12161216
<div class="note" id="min-size-opt">
12171217
Note that while a content-based minimum size is often appropriate,
@@ -4274,6 +4274,7 @@ Changes</h2>
42744274

42754275
<ul>
42764276
<li>Disallowed ''repeat()'' syntax in 'grid-template' shorthand syntax (since this is somewhat incompatible with the ASCII-art design of the syntax, and was never intended to be allowed).
4277+
<li>Clamped <a>automatic minimum size</a> of grid items inside tracks with <a>fixed sizing functions</a>.
42774278
<li>Fixed handling of ''fit-content()'' in the track sizing algorithm.
42784279
<li>Made the handling of <a>collapsed tracks</a> more explicit.
42794280
<li>Fixed grammar error in definition of <<auto-track-list>>.

css-grid/issues-wd-20160519.bsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ Issue 15.
114114
Summary: Clarifications to Implied Minimum Size of Grid Items
115115
From: Manuel Rego Casasnovas
116116
Comment: https://github.com/w3c/csswg-drafts/issues/283
117-
Open
117+
Closed: Accepted
118+
Resolved: =WG= Discuss.
118119
----
119120
Issue 16. Allow grid-positioning of indirect children
120121
From: Goetz Heller

css-grid/issues-wd-20160519.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
142142
<span>From: Mats Palmgren</span>
143143
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197'>https://github.com/w3c/csswg-drafts/issues/197</a></span>
144144
<span>Open</span></pre>
145-
<pre class='open ' id='issue-15'>
145+
<pre class=' a' id='issue-15'>
146146
<span>Issue 15. <a href='#issue-15'>#</a></span>
147147
<span>Summary: Clarifications to Implied Minimum Size of Grid Items</span>
148148
<span>From: Manuel Rego Casasnovas</span>
149149
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span>
150-
<span>Open</span></pre>
150+
<span class="a">Closed: Accepted</span>
151+
<span>Resolved: =WG= Discuss.</span></pre>
151152
<pre class=' d' id='issue-16'>
152153
<span>Issue 16. <a href='#issue-16'>#</a> Allow grid-positioning of indirect children</span>
153154
<span>From: Goetz Heller</span>

0 commit comments

Comments
 (0)