We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae71db commit da03cd9Copy full SHA for da03cd9
1 file changed
css-align/Overview.bs
@@ -1175,9 +1175,10 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1175
<tr>
1176
<th>''justify-self/normal'' Behavior
1177
<td>
1178
- Behaves as ''justify-self/stretch'' for non-replaced items.
1179
- For replaced items,
+ Effectively ''justify-self/stretch'' for items with no intrinsic aspect ratio,
+ and ''justify-self/start'' for items with an intrinsic aspect ratio:
1180
see <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-1]].
1181
+ The resulting box is start-aligned.
1182
</table>
1183
1184
See [[!CSS-GRID-1]] for details.
0 commit comments