Skip to content

Commit bb3dfa0

Browse files
committed
[css-grid] Fix markup to point to correct 'stretch' keywords.
1 parent c90dd71 commit bb3dfa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ Alignment and Spacing</h2>
29172917

29182918
By default,
29192919
<a>grid items</a> stretch to fill their <a>grid area</a>.
2920-
However, if 'justify-self' or 'align-self' compute to a value other than ''stretch''
2920+
However, if 'justify-self' or 'align-self' compute to a value other than ''justify-self/stretch''
29212921
or margins are <a value for="margin">auto</a>,
29222922
<a>grid items</a> will auto-size to fit their contents.
29232923

@@ -3051,7 +3051,7 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
30513051
Note that certain values of 'justify-content' and 'align-content'
30523052
can cause the tracks to be spaced apart
30533053
(''justify-content/space-around'', ''justify-content/space-between'', ''justify-content/space-evenly'')
3054-
or to be resized (''stretch'').
3054+
or to be resized (''&lt;content-distribution>/stretch'').
30553055

30563056
Issue: Add example of fixed size spanner getting extra space from content-distribution.
30573057

0 commit comments

Comments
 (0)