File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -1461,10 +1461,10 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
1461
1461
<tr>
1462
1462
<th> ''justify-self/normal'' Behavior
1463
1463
<td>
1464
- Effectively ''justify-self/start '' for most [= replaced elements=]
1465
- and ''justify-self/stretch '' for most [=non- replaced elements=] ;
1466
- see <a href="https://www.w3.org/TR/ css-grid-1/ #grid-item-sizing"> Grid Item Sizing</a> in [[!CSS-GRID-1]] for precise behavior .
1467
- The resulting box is start-aligned.
1464
+ Sizes as either ''justify-self/stretch '' (typical [=non- replaced elements=])
1465
+ or ''justify-self/start '' (typical [= replaced elements=]) ;
1466
+ see [[ css-grid-1#grid-item-sizing| Grid Item Sizing]] in [[!CSS-GRID-1]] .
1467
+ The resulting box is then start-aligned.
1468
1468
</table>
1469
1469
1470
1470
See [[!CSS-GRID-1]] for details.
@@ -1648,9 +1648,10 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property</h3>
1648
1648
<tr>
1649
1649
<th> ''align-self/normal'' Behavior
1650
1650
<td>
1651
- Behaves as ''align-self/stretch'' for non-replaced items.
1652
- For replaced items,
1653
- see <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-1]] .
1651
+ Sizes as either ''justify-self/stretch'' (typical [=non-replaced elements=] )
1652
+ or ''justify-self/start'' (typical [=replaced elements=] );
1653
+ see [[css-grid-1#grid-item-sizing|Grid Item Sizing]] in [[!CSS-GRID-1]] .
1654
+ The resulting box is then start-aligned.
1654
1655
</table>
1655
1656
1656
1657
<h3 id='place-self-property'>
You can’t perform that action at this time.
0 commit comments