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-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1006,7 +1006,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1006
1006
In terms of CSS2.1 block-level formatting [[!CSS2]],
1007
1007
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
1008
1008
are ignored in favor of alignment as specified here
1009
-
and the used value of the offset properties are therefore not adjusted to correct for the over-constraint.
1009
+
and the used value of the inset properties are therefore not adjusted to correct for the over-constraint.
1010
1010
1011
1011
This property does not apply to floats.
1012
1012
</table>
@@ -1031,7 +1031,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1031
1031
<th><a>Alignment Container</a>
1032
1032
<td>
1033
1033
The box's containing block,
1034
-
as modified by the offset properties ('top'/'right'/'bottom'/'left').
1034
+
as modified by the inset properties ('top'/'right'/'bottom'/'left').
1035
1035
<tr>
1036
1036
<th><a>Alignment Subject</a>
1037
1037
<td>
@@ -1043,7 +1043,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1043
1043
the ''justify-self/normal'' keyword behaves as ''start'' on replaced absolutely-positioned boxes,
1044
1044
and behaves as ''justify-self/stretch'' on all other absolutely-positioned boxes.
1045
1045
1046
-
If neither offset in this axis is ''top/auto'',
1046
+
If neither inset in this axis is ''top/auto'',
1047
1047
but 'width' ('height', for <a>vertical writing modes</a>) is ''width/auto'',
1048
1048
the 'width' ('height') is treated as ''width/stretch''
1049
1049
and ''margin/auto'' margins are treated as zero.
@@ -1066,7 +1066,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
1066
1066
to fill their containing block
1067
1067
just as non-replaced ones do.
1068
1068
1069
-
If either offset property in this dimension is ''top/auto'',
1069
+
If either inset property in this dimension is ''top/auto'',
1070
1070
'justify-self' has no effect.
1071
1071
</table>
1072
1072
@@ -1203,7 +1203,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1203
1203
<th><a>Alignment Container</a>
1204
1204
<td>
1205
1205
The box's containing block,
1206
-
as modified by the offset properties.
1206
+
as modified by the inset properties.
1207
1207
<tr>
1208
1208
<th><a>Alignment Subject</a>
1209
1209
<td>
@@ -1215,7 +1215,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1215
1215
the ''align-self/normal'' keyword behaves as ''start'' on replaced absolutely-positioned boxes,
1216
1216
and behaves as ''align-self/stretch'' on all other absolutely-positioned boxes.
1217
1217
1218
-
If neither offset in this axis is ''top/auto'',
1218
+
If neither inset in this axis is ''top/auto'',
1219
1219
but 'height' ('width', for <a>vertical writing modes</a>) is ''height/auto'',
1220
1220
the 'height' ('width') is treated as ''height/stretch''
1221
1221
and ''margin/auto'' margins are treated as zero.
@@ -1229,7 +1229,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1229
1229
In terms of CSS2.1 formatting [[!CSS2]],
1230
1230
the rules for "over-constrained" computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">section 10.6.4</a>
1231
1231
are ignored in favor of alignment as specified here
1232
-
and the used value of the offset properties are not adjusted to correct for the over-constraint.
1232
+
and the used value of the inset properties are not adjusted to correct for the over-constraint.
1233
1233
1234
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
1235
to use shrink-to-fit sizing for calculating ''height/auto'' block sizes.
@@ -1238,7 +1238,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1238
1238
to fill their containing block
1239
1239
just as non-replaced ones do.
1240
1240
1241
-
If either offset property in this dimension is ''top/auto'',
1241
+
If either inset property in this dimension is ''top/auto'',
0 commit comments