Skip to content

Commit d7c38bf

Browse files
committed
[css-align-3] Fix definition of 'normal' to match css-grid-1.
1 parent 71ce2f2 commit d7c38bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,9 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
14601460
<tr>
14611461
<th>''justify-self/normal'' Behavior
14621462
<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]].
1463+
Effectively ''justify-self/start'' for most [=replaced elements=]
1464+
and ''justify-self/stretch'' for most [=non-replaced elements=];
1465+
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.
14661466
The resulting box is start-aligned.
14671467
</table>
14681468

0 commit comments

Comments
 (0)