@@ -960,15 +960,6 @@ <h3 data-level=5.1 id=track-sizing><span class=secno>5.1 </span><span class=cont
960960grid-template-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
961961grid-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 >
974965Named 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 > <ident></ 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>
18701861Gutters</ 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
0 commit comments