Skip to content

Commit 41cf935

Browse files
committed
[css-grid] Add issue to replace example 21.
1 parent 6e63a03 commit 41cf935

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

css-grid/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,16 @@ The Implicit Grid</h2>
18431843
auto-placement will also cause the generation of <a>implicit grid tracks</a>.
18441844

18451845
<div class='example'>
1846+
Issue: This is a bad example and needs to be totally rewritten.
1847+
It doesn't actually use the grid-auto-* properties,
1848+
which is confusing;
1849+
the example rendering is confusing and doesn't quite match what it would actually do,
1850+
because the second column would just shrink to zero as well;
1851+
and now that auto tracks stretch by default,
1852+
it's <em>totally wrong</em>--
1853+
all the auto tracks will stretch to fill the space,
1854+
so columns 3 and 4 are definitely visible.
1855+
18461856
This example illustrates the sizing of <a>implicit grid tracks</a>.
18471857
Note that <a>grid item</a> B is positioned on <a>grid line</a> 5,
18481858
which automatically creates <strong>four</strong> <a>implicit grid columns</a>.

0 commit comments

Comments
 (0)