Skip to content

Commit 32649e8

Browse files
committed
[css-grid] Clarify that gutters are treated as empty tracks wrt sizing; note that <percentage> gutters are at-risk due to low priority. Fix w3c#345.
1 parent 8e1b30c commit 32649e8

3 files changed

Lines changed: 23 additions & 20 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Ignored Vars: A, B, C, size-contribution, track-sizes, extra-space
2828
Link Defaults: css21 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (value) stretch/baseline, css-position-3 (property) left, css-position-3 (property) position, css-writing-modes-3 (dfn) start/end
2929
At Risk: the ''display/subgrid'' value
3030
At Risk: 'overflow' applied to subgrids
31-
At Risk: the <<percentage>> value in 'grid-row-gap'/'grid-column-gap'
31+
At Risk: the <<percentage>> value in 'grid-row-gap'/'grid-column-gap' (low priority)
3232
At Risk: application of grid placement to absolutely-positioned boxes
3333
</pre>
3434

@@ -3329,7 +3329,7 @@ Gutters: the 'grid-column-gap', 'grid-row-gap', and 'grid-gap' properties</h3>
33293329
the <a>grid track</a> between two <a>grid lines</a>
33303330
is the space between the <a>gutters</a> that represent them.
33313331
For the purpose of <a href="#algo-track-sizing">track sizing</a>,
3332-
each <a>gutter</a> is essentially treated as an extra track of the specified length.
3332+
each <a>gutter</a> is essentially treated as an extra, empty track of the specified size.
33333333
Negative values are invalid.
33343334

33353335
Note: Additional spacing may be added between tracks
@@ -3754,7 +3754,7 @@ Initialize Track Sizes</h3>
37543754
In all cases, if the <a>growth limit</a> is less than the <a>base size</a>,
37553755
increase the <a>growth limit</a> to match the <a>base size</a>.
37563756

3757-
Note: <a>Gutters</a> are treated as fixed-size tracks for the purpose of the <a>track sizing algorithm</a>.
3757+
Note: <a>Gutters</a> are treated as empty fixed-size tracks for the purpose of the <a>track sizing algorithm</a>.
37583758

37593759
<h3 id="algo-content">
37603760
Resolve Intrinsic Track Sizes</h3>

css-grid/issues-wd-20160519.bsi

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Issue 14.
109109
Summary: Application of block-axis baselines
110110
From: Mats Palmgren
111111
Comment: https://github.com/w3c/csswg-drafts/issues/197
112-
Open: Accepted
113-
Resolved: =WG= Discuss.
112+
Closed: Accepted
113+
Resolved: =WG= Verify.
114114
----
115115
Issue 15.
116116
Summary: Issues with Implied Minimum Size of Grid Items
117117
From: Manuel Rego Casasnovas
118118
Comment: https://github.com/w3c/csswg-drafts/issues/283
119-
Open: Accepted
119+
Closed: Accepted
120120
Resolved: Editors' discretion / WG approval Telcon 2016-07-20
121121
----
122122
Issue 16.
@@ -145,11 +145,12 @@ Summary: Rename -gap to -gutter
145145
From: Iain
146146
Comment: https://github.com/w3c/csswg-drafts/issues/353
147147
Closed: Rejected
148-
Resolved: Editor's discretion
148+
Resolved: Editors' discretion
149149
----
150150
Issue 20.
151-
Summary: Drop <percentage> gutters
151+
Summary: Drop/clarify <percentage> gutters
152152
From: Sergio Villar Senin
153153
Comment: https://github.com/w3c/csswg-drafts/issues/345
154-
Open: =WG= Discuss.
154+
Closed: Accepted
155+
Resolved: Editors' discretion
155156
----

css-grid/issues-wd-20160519.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,19 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
137137
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/0f620563bcd9'>https://hg.csswg.org/drafts/rev/0f620563bcd9</a></span>
138138
<span class="a">Closed: Accepted</span>
139139
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html'>https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html</a></span></pre>
140-
<pre class='open a' id='issue-14'>
140+
<pre class=' a' id='issue-14'>
141141
<span>Issue 14. <a href='#issue-14'>#</a></span>
142142
<span>Summary: Application of block-axis baselines</span>
143143
<span>From: Mats Palmgren</span>
144144
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197'>https://github.com/w3c/csswg-drafts/issues/197</a></span>
145-
<span class="a">Open: Accepted</span>
146-
<span>Resolved: =WG= Discuss.</span></pre>
147-
<pre class='open a' id='issue-15'>
145+
<span class="a">Closed: Accepted</span>
146+
<span>Resolved: =WG= Verify.</span></pre>
147+
<pre class=' a' id='issue-15'>
148148
<span>Issue 15. <a href='#issue-15'>#</a></span>
149149
<span>Summary: Issues with Implied Minimum Size of Grid Items</span>
150150
<span>From: Manuel Rego Casasnovas</span>
151151
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span>
152-
<span class="a">Open: Accepted</span>
152+
<span class="a">Closed: Accepted</span>
153153
<span>Resolved: Editors' discretion / WG approval Telcon 2016-07-20</span></pre>
154154
<pre class=' d' id='issue-16'>
155155
<span>Issue 16. <a href='#issue-16'>#</a></span>
@@ -165,25 +165,27 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
165165
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/320'>https://github.com/w3c/csswg-drafts/issues/320</a></span>
166166
<span class="r">Closed: Rejected</span>
167167
<span class="a">Verified: reporter is spec editor</span></pre>
168-
<pre class='open ' id='issue-18'>
168+
<pre class=' a' id='issue-18'>
169169
<span>Issue 18. <a href='#issue-18'>#</a></span>
170170
<span>Summary: Drop comma in repeat()?</span>
171171
<span>From: fantasai</span>
172172
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/334'>https://github.com/w3c/csswg-drafts/issues/334</a></span>
173-
<span>Open</span></pre>
173+
<span class="r">Closed: Rejected</span>
174+
<span class="a">Verified: reporter is spec editor</span></pre>
174175
<pre class=' r' id='issue-19'>
175176
<span>Issue 19. <a href='#issue-19'>#</a></span>
176177
<span>Summary: Rename -gap to -gutter</span>
177178
<span>From: Iain</span>
178179
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/353'>https://github.com/w3c/csswg-drafts/issues/353</a></span>
179180
<span class="r">Closed: Rejected</span>
180-
<span>Resolved: Editor's discretion</span></pre>
181-
<pre class='open ' id='issue-20'>
181+
<span>Resolved: Editors' discretion</span></pre>
182+
<pre class=' a' id='issue-20'>
182183
<span>Issue 20. <a href='#issue-20'>#</a></span>
183-
<span>Summary: Drop &lt;percentage> tracks</span>
184+
<span>Summary: Drop/clarify &lt;percentage> gutters</span>
184185
<span>From: Sergio Villar Senin</span>
185186
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/345'>https://github.com/w3c/csswg-drafts/issues/345</a></span>
186-
<span class="">Open: =WG= Discuss.</span></pre>
187+
<span class="a">Closed: Accepted</span>
188+
<span>Resolved: Editors' discretion</span></pre>
187189
<script>
188190
(function () {
189191
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)