Skip to content

Commit da03cd9

Browse files
committed
[css-align] Actually specify how 'normal' aligns grid items. Fixes #1433.
1 parent dae71db commit da03cd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-align/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,9 +1175,10 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
11751175
<tr>
11761176
<th>''justify-self/normal'' Behavior
11771177
<td>
1178-
Behaves as ''justify-self/stretch'' for non-replaced items.
1179-
For replaced items,
1178+
Effectively ''justify-self/stretch'' for items with no intrinsic aspect ratio,
1179+
and ''justify-self/start'' for items with an intrinsic aspect ratio:
11801180
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.
11811182
</table>
11821183

11831184
See [[!CSS-GRID-1]] for details.

0 commit comments

Comments
 (0)