Skip to content

Commit 2089616

Browse files
committed
[css-align-3] Slightly rephrase grid-item align-self:normal wording, and properly copy it over to justify-self. w3c#1433
1 parent 4c1e71b commit 2089616

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css-align-3/Overview.bs

+8-7
Original file line numberDiff line numberDiff 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'>

0 commit comments

Comments
 (0)