Skip to content

Commit c089c85

Browse files
committed
[css-grid] Use class=switch in 'Initialize Track Sizes' for readability.
--HG-- extra : rebase_source : aa835726f8ed49dc083f168449e6e1d53195a672
1 parent 49d3d73 commit c089c85

2 files changed

Lines changed: 138 additions & 173 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,7 @@ Sizing Auto-generated Rows and Columns: the 'grid-auto-rows' and 'grid-auto-colu
14791479

14801480
<pre class='propdef'>
14811481
Name: grid-auto-flow
1482+
Value: [ row | column ] || [ dense | stack ]
14821483
Value: [ row | column ] && dense? | stack && [ row | column ]?
14831484
Initial: row
14841485
Applies to: <a>grid containers</a>
@@ -2635,7 +2636,7 @@ Initialize Track Sizes</h3>
26352636
For each track,
26362637
if the track's <a>min track sizing function</a> is:
26372638

2638-
<dl>
2639+
<dl class=switch>
26392640
<dt>A <a>fixed sizing function</a>
26402641
<dd>
26412642
Resolve to an absolute length and use that size as the track’s initial <a>base size</a>.
@@ -2652,7 +2653,7 @@ Initialize Track Sizes</h3>
26522653
For each track,
26532654
if the track's <a>max track sizing function</a> is:
26542655

2655-
<dl>
2656+
<dl class=switch>
26562657
<dt>A <a>fixed sizing function</a>
26572658
<dd>
26582659
Resolve to an absolute length and use that size as the track’s initial <a>growth limit</a>.

0 commit comments

Comments
 (0)