We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ce2f2 commit d7c38bfCopy full SHA for d7c38bf
css-align-3/Overview.bs
@@ -1460,9 +1460,9 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
1460
<tr>
1461
<th>''justify-self/normal'' Behavior
1462
<td>
1463
- Effectively ''justify-self/stretch'' for items with no intrinsic aspect ratio,
1464
- and ''justify-self/start'' for items with an intrinsic aspect ratio:
1465
- see <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-1]].
+ Effectively ''justify-self/start'' for most [=replaced elements=]
+ and ''justify-self/stretch'' for most [=non-replaced elements=];
+ 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.
1466
The resulting box is start-aligned.
1467
</table>
1468
0 commit comments