Skip to content

Commit 70f3640

Browse files
committed
[css-grid] Rewrite the image in SVG and add some more details.
1 parent 1799cb0 commit 70f3640

3 files changed

Lines changed: 56 additions & 8 deletions

File tree

css-grid/Overview.bs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,17 +1788,18 @@ The Implicit Grid</h2>
17881788
collapse to zero width.
17891789

17901790
<figure class="figure">
1791-
<img alt="" src="images/implicit-columns-and-rows.png" />
1792-
1793-
<figcaption>A Grid with an implicit row and four implicit columns, two of which are zero-sized.</figcaption>
1791+
<img alt="" src="images/implicit-columns-and-rows.svg">
1792+
1793+
<figcaption>
1794+
A Grid with an implicit row and four implicit columns, two of which are zero-sized.
1795+
The black grid lines are from the <a>explicit grid</a>,
1796+
the gray grid lines are from the <a>implicit grid</a>.
1797+
The numbers indicate the line indexes.
1798+
</figcaption>
17941799
</figure>
17951800

1796-
Issue: Rewrite this image to
1797-
(a) make the placement of the zero-sized tracks more obvious,
1798-
and (b) show the explicit vs implicit lines.
1799-
18001801
<pre>
1801-
&lt;style type="text/css">
1802+
&lt;style>
18021803
#grid {
18031804
display: grid;
18041805
grid-template-columns: 20px;
-7.16 KB
Binary file not shown.
Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)