Skip to content

Commit 682b0d0

Browse files
committed
[css-grid] Add issue about gutters.
1 parent 3157e55 commit 682b0d0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

css-grid/Overview.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,15 @@ <h3 id=track-sizing><span class=secno>5.1. </span> Track Sizing: the ‘<a
14781478
grid-definition-rows: calc(4em - 5px)</pre>
14791479
</div>
14801480

1481+
<p class=issue> We should have some way of defining "gutter" columns/rows,
1482+
where content can never go (unless it's spanning across two tracks).
1483+
Otherwise, auto-flow is completely broken when you manually add gutters,
1484+
and it's just much less convenient to add them manually. <a
1485+
href="http://lists.w3.org/Archives/Public/www-style/2013May/0057.html">Lea's
1486+
email on the subject.</a> <a
1487+
href="http://lists.w3.org/Archives/Public/www-style/2013May/0077.html">Our
1488+
proposal.</a>
1489+
14811490
<h4 id=named-lines><span class=secno>5.1.1. </span> Named Grid Lines</h4>
14821491

14831492
<p class=issue> The syntax for named lines kindof sucks right now. See <a

css-grid/Overview.src.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,15 @@ <h3 id='track-sizing'>
10711071
grid-definition-rows: calc(4em - 5px)</pre>
10721072
</div>
10731073

1074+
<p class='issue'>
1075+
We should have some way of defining "gutter" columns/rows,
1076+
where content can never go
1077+
(unless it's spanning across two tracks).
1078+
Otherwise, auto-flow is completely broken when you manually add gutters,
1079+
and it's just much less convenient to add them manually.
1080+
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0057.html">Lea's email on the subject.</a>
1081+
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0077.html">Our proposal.</a>
1082+
10741083

10751084
<h4 id='named-lines'>
10761085
Named Grid Lines</h4>

0 commit comments

Comments
 (0)