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/Overview.bs
+8-4
Original file line number
Diff line number
Diff line change
@@ -1059,8 +1059,10 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1059
1059
are ignored in favor of alignment as specified here,
1060
1060
and the used value of the inset properties are not adjusted to correct for the over-constraint.
1061
1061
1062
-
Values other than ''justify-self/stretch'' cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
1063
-
to use <a>fit-content sizing</a> for calculating ''width/auto'' inline sizes.
1062
+
Values other than ''justify-self/stretch'' or ''justify-self/normal''
1063
+
cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
1064
+
to use <a>fit-content sizing</a> for calculating ''width/auto'' sizes
1065
+
in the affected axis.
1064
1066
1065
1067
Note that ''justify-self/stretch''<em>does</em> cause replaced absolutely-positioned boxes
1066
1068
to fill their containing block
@@ -1231,8 +1233,10 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1231
1233
are ignored in favor of alignment as specified here
1232
1234
and the used value of the inset properties are not adjusted to correct for the over-constraint.
1233
1235
1234
-
Values other than ''align-self/stretch'' cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
1235
-
to use shrink-to-fit sizing for calculating ''height/auto'' block sizes.
1236
+
Values other than ''justify-self/stretch'' or ''justify-self/normal''
1237
+
cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
1238
+
to use <a>fit-content sizing</a> for calculating ''height/auto'' sizes
1239
+
in the affected axis.
1236
1240
1237
1241
Note that ''justify-self/stretch'' does cause replaced absolutely-positioned boxes
0 commit comments