File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (''<content-distribution>/ stretch'' ).
30553055
30563056 Issue: Add example of fixed size spanner getting extra space from content-distribution.
30573057
You can’t perform that action at this time.
0 commit comments