Skip to content

Commit b7b2145

Browse files
committed
[css-grid] merge issues about gutters.
1 parent a7ff686 commit b7b2145

2 files changed

Lines changed: 18 additions & 44 deletions

File tree

css-grid/Overview.html

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -960,15 +960,6 @@ <h3 data-level=5.1 id=track-sizing><span class=secno>5.1 </span><span class=cont
960960
grid-template-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
961961
grid-template-rows: calc(4em - 5px)</pre> </div>
962962

963-
<p class=issue>
964-
We should have some way of defining "gutter" columns/rows,
965-
where content can never go
966-
(unless it's spanning across two tracks).
967-
Otherwise, auto-flow is completely broken when you manually add gutters,
968-
and it's just much less convenient to add them manually.
969-
<a href=http://lists.w3.org/Archives/Public/www-style/2013May/0057.html>Lea's email on the subject.</a>
970-
<a href=http://lists.w3.org/Archives/Public/www-style/2013May/0077.html>Our proposal.</a>
971-
972963

973964
<h4 data-level=5.1.1 id=named-lines><span class=secno>5.1.1 </span><span class=content>
974965
Named Grid Lines: the <span class=css data-link-type=maybe>(<a class=production data-link-type=type href=http://dev.w3.org/csswg/css-grid-1/#grid-placement-slot>&lt;ident&gt;</a>*)</span> syntax</span><a class=section-link href=#named-lines>§</a></h4>
@@ -1870,19 +1861,15 @@ <h2 data-level=8 id=gutters><span class=secno>8 </span><span class=content>
18701861
Gutters</span><a class=section-link href=#gutters>§</a></h2>
18711862

18721863
<div class=issue>
1873-
Need some more discussion to verify what we want here,
1874-
but we need to define some concept of "gutters" -
1875-
spacing between the grid cells,
1876-
like border-spacing in tables.
1877-
1878-
<p> You can approximate this with a grid template using a lot of "." cells,
1879-
but that doesn't work right for auto-flow,
1880-
and it's awkward when specifying spans,
1881-
as something that should span 2 "cells"
1882-
instead needs to be written as "span 3" so that it spans the gutter as well.
1883-
1884-
<p> See <a href=http://lists.w3.org/Archives/Public/www-style/2013May/0077.html>here</a>
1885-
and <a href=http://lists.w3.org/Archives/Public/www-style/2012Mar/0611.html>here</a>.
1864+
We should have some way of defining "gutter" columns/rows,
1865+
where content can never go
1866+
(unless it's spanning across two tracks).
1867+
Otherwise, auto-flow is completely broken when you manually add gutters,
1868+
and it's just much less convenient to add them manually.
1869+
1870+
<p> <a href=http://lists.w3.org/Archives/Public/www-style/2013May/0057.html>Lea's email on the subject.</a>
1871+
See <a href=http://lists.w3.org/Archives/Public/www-style/2013May/0077.html>our proposal</a>
1872+
and <a href=http://lists.w3.org/Archives/Public/www-style/2012Mar/0611.html>Tab's email on the subject</a>.
18861873
</div>
18871874

18881875

css-grid/Overview.src.html

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -889,15 +889,6 @@ <h3 id='track-sizing'>
889889
grid-template-rows: calc(4em - 5px)</pre>
890890
</div>
891891

892-
<p class='issue'>
893-
We should have some way of defining "gutter" columns/rows,
894-
where content can never go
895-
(unless it's spanning across two tracks).
896-
Otherwise, auto-flow is completely broken when you manually add gutters,
897-
and it's just much less convenient to add them manually.
898-
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0057.html">Lea's email on the subject.</a>
899-
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0077.html">Our proposal.</a>
900-
901892

902893
<h4 id='named-lines'>
903894
Named Grid Lines: the ''(<<ident>>*)'' syntax</h4>
@@ -1911,19 +1902,15 @@ <h2 id='gutters'>
19111902
Gutters</h2>
19121903

19131904
<div class='issue'>
1914-
Need some more discussion to verify what we want here,
1915-
but we need to define some concept of "gutters" -
1916-
spacing between the grid cells,
1917-
like border-spacing in tables.
1918-
1919-
You can approximate this with a grid template using a lot of "." cells,
1920-
but that doesn't work right for auto-flow,
1921-
and it's awkward when specifying spans,
1922-
as something that should span 2 "cells"
1923-
instead needs to be written as "span 3" so that it spans the gutter as well.
1924-
1925-
See <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0077.html">here</a>
1926-
and <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0611.html">here</a>.
1905+
We should have some way of defining "gutter" columns/rows,
1906+
where content can never go
1907+
(unless it's spanning across two tracks).
1908+
Otherwise, auto-flow is completely broken when you manually add gutters,
1909+
and it's just much less convenient to add them manually.
1910+
1911+
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0057.html">Lea's email on the subject.</a>
1912+
See <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0077.html">our proposal</a>
1913+
and <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0611.html">Tab's email on the subject</a>.
19271914
</div>
19281915

19291916

0 commit comments

Comments
 (0)