You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-align-3/Overview.bs
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1415,13 +1415,14 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1415
1415
to fill their containing block
1416
1416
just as non-replaced ones do.
1417
1417
1418
-
If either inset property in this dimension is ''top/auto'',
1419
-
'justify-self' has no effect.
1420
-
(If only one inset property is ''top/auto'',
1421
-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a> determine its size and position;
1422
-
if both are ''top/auto'',
1418
+
Note: If only one inset property is ''top/auto'',
1419
+
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a>
1420
+
fully determine its size and position,
1421
+
and 'justify-self' has no effect.
1422
+
(If both are ''top/auto'',
1423
1423
then the box is statically-positioned,
1424
-
see [[#justify-abspos-static]].)
1424
+
see above,
1425
+
and can be aligned within the <a>static position rectangle</a>.)
1425
1426
</table>
1426
1427
1427
1428
### Table Cells ### {#justify-cell}
@@ -1582,13 +1583,15 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1582
1583
to fill their containing block
1583
1584
just as non-replaced ones do.
1584
1585
1585
-
If either inset property in this dimension is ''top/auto'',
1586
-
'align-self' has no effect.
1587
-
(If only one inset property is ''top/auto'',
1588
-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a> determine its size and position;
1589
-
if both are ''top/auto'',
1586
+
Note: If only one inset property is ''top/auto'',
1587
+
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a>
1588
+
fully determine its size and position,
1589
+
and 'align-self' has no effect.
1590
+
(If both are ''top/auto'',
1590
1591
then the box is statically-positioned,
1591
-
see [[#align-abspos-static]].)
1592
+
see above,
1593
+
and can be aligned within the <a>static position rectangle</a>.)
0 commit comments