Skip to content

Commit 4e9bcc2

Browse files
committed
1 parent f34c676 commit 4e9bcc2

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,10 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
11041104
</pre>
11051105
</div>
11061106

1107+
Note: The size of the grid is not purely the sum of the track sizes,
1108+
as 'grid-row-gap', 'grid-column-gap' and 'justify-content', 'align-content'
1109+
can add additional space between tracks.
1110+
11071111
<!--
11081112
██ ██ ███ ██ ██ ████████ ████████ ██ ████ ██ ██ ████████ ██████
11091113
███ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██

css-grid/issues-wd-20150806.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ From: François Remy
88
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html
99
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html
1010
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0113.html
11-
Open
11+
Closed: Accepted
1212
Note: Originally Issue 12 in issues-wd-20150108
1313
----
1414
Issue 2.
@@ -18,18 +18,22 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html
1818
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0314.html
1919
Open
2020
Note: Originally Issue 15 in issues-wd-20150108
21+
Note: Also https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-11
2122
----
2223
Issue 3.
2324
Summary: Should the width of a column be included in the track size?
2425
From: fantasai
2526
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html
26-
Open
27+
Response: https://lists.w3.org/Archives/Public/www-style/2015Aug/0074.html
28+
Closed: Retracted
2729
----
2830
Issue 4.
2931
Summary: Require author tools to reorder source to match grid unless requested
3032
From: fantasai
3133
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html
32-
Open
34+
Response: https://lists.w3.org/Archives/Public/www-style/2015Aug/0348.html
35+
Closed: Accepted
36+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0064.html
3337
----
3438
Issue 5.
3539
Summary: Cross-reference track gaps from grid-template-rows/cols
@@ -54,5 +58,6 @@ Open
5458
Issue 8.
5559
Summary: Should 'justify-content: stretch' stretch only auto-sized tracks or all tracks?
5660
From: fantasai
57-
Open
61+
Closed: Retracted
62+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0093.html
5863
----

0 commit comments

Comments
 (0)