Skip to content

Commit f61e67e

Browse files
committed
[css-grid-1] Be more explicit about dimensions. w3c#3573
1 parent 1d563d1 commit f61e67e

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

css-grid-1/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,12 +1249,13 @@ Automatic Minimum Size of Grid Items</h3>
12491249
However,
12501250
to prevent the <a>content-based minimum size</a>
12511251
from forcing overflow of its fixed-size grid area,
1252-
if the <a>grid item</a> spans only <a>grid tracks</a>
1252+
if in a given dimension
1253+
the <a>grid item</a> spans only <a>grid tracks</a>
12531254
that have a <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a>,
1254-
its <a>specified size suggestion</a> and <a>content size suggestion</a> in that dimension
1255-
(and the input to the <a>transferred size suggestion</a> in the other dimension)
1255+
then its <a>specified size suggestion</a> and <a>content size suggestion</a> in that dimension
1256+
(and its input to the <a>transferred size suggestion</a> in the opposite dimension)
12561257
are further clamped to less than or equal to the <a>stretch fit</a>
1257-
into the <a>grid area</a>’s maximum size,
1258+
into the <a>grid area</a>’s maximum size in that dimension,
12581259
as represented by the sum of those <a>grid tracks</a><a>max track sizing functions</a>
12591260
plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a>.
12601261

css-grid-1/issues-cr-2017.bsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,5 +419,21 @@ From: fantasai
419419
Comment: https://github.com/w3c/csswg-drafts/issues/3571
420420
Changes: https://github.com/w3c/csswg-drafts/commit/17c9ad19127e2bbe9c9c4a03019e260d9b7bfa09
421421
Closed: Accepted
422+
Verified: https://github.com/w3c/csswg-drafts/issues/3571#issuecomment-458782759
422423
Resolved: Editorial
423424
----
425+
Issue 48.
426+
Summary:
427+
From: Oriol Brufau
428+
Comment: https://github.com/w3c/csswg-drafts/issues/3573
429+
Open
430+
----
431+
Issue 49.
432+
Summary: auto min size definition accidentally references min track sizes
433+
From: Oriol Brufau
434+
Comment: https://github.com/w3c/csswg-drafts/issues/3581
435+
Response: https://github.com/w3c/csswg-drafts/issues/3581#issuecomment-459548257
436+
Changes: https://github.com/w3c/csswg-drafts/commit/1d563d1ceb75b1ccaed284652166016a802c32ad
437+
Closed: Accepted
438+
Resolved: Bugfix
439+
----

css-grid-1/issues-cr-2017.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,17 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2017-12-14 CR</h1>
457457
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3571'>https://github.com/w3c/csswg-drafts/issues/3571</a></span>
458458
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/17c9ad19127e2bbe9c9c4a03019e260d9b7bfa09'>https://github.com/w3c/csswg-drafts/commit/17c9ad19127e2bbe9c9c4a03019e260d9b7bfa09</a></span>
459459
<span class="a">Closed: Accepted</span>
460+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3571#issuecomment-458782759'>https://github.com/w3c/csswg-drafts/issues/3571#issuecomment-458782759</a></span>
460461
<span>Resolved: Editorial</span></pre>
462+
<pre class=' a' id='issue-48'>
463+
<span>Issue 48. <a href='#issue-48'>#</a></span>
464+
<span>Summary: auto min size definition accidentally references min track sizes</span>
465+
<span>From: Oriol Brufau</span>
466+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3581'>https://github.com/w3c/csswg-drafts/issues/3581</a></span>
467+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3581#issuecomment-459548257'>https://github.com/w3c/csswg-drafts/issues/3581#issuecomment-459548257</a></span>
468+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/1d563d1ceb75b1ccaed284652166016a802c32ad'>https://github.com/w3c/csswg-drafts/commit/1d563d1ceb75b1ccaed284652166016a802c32ad</a></span>
469+
<span class="a">Closed: Accepted</span>
470+
<span>Resolved: Bugfix</span></pre>
461471
<script>
462472
(function () {
463473
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)