File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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>
14611461 <tr>
14621462 <th> ''justify-self/normal'' Behavior
14631463 <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.
14681468 </table>
14691469
14701470 See [[!CSS-GRID-1]] for details.
@@ -1648,9 +1648,10 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property</h3>
16481648 <tr>
16491649 <th> ''align-self/normal'' Behavior
16501650 <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.
16541655 </table>
16551656
16561657<h3 id='place-self-property'>
You can’t perform that action at this time.
0 commit comments