Skip to content

Commit 466e3ce

Browse files
committed
[css-align] Rename offset properties to inset properties per current state of css-logical. Fixes w3c#1430.
1 parent bb76081 commit 466e3ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-align/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10061006
In terms of CSS2.1 block-level formatting [[!CSS2]],
10071007
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
10081008
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.
10101010

10111011
This property does not apply to floats.
10121012
</table>
@@ -1031,7 +1031,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10311031
<th><a>Alignment Container</a>
10321032
<td>
10331033
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').
10351035
<tr>
10361036
<th><a>Alignment Subject</a>
10371037
<td>
@@ -1043,7 +1043,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10431043
the ''justify-self/normal'' keyword behaves as ''start'' on replaced absolutely-positioned boxes,
10441044
and behaves as ''justify-self/stretch'' on all other absolutely-positioned boxes.
10451045

1046-
If neither offset in this axis is ''top/auto'',
1046+
If neither inset in this axis is ''top/auto'',
10471047
but 'width' ('height', for <a>vertical writing modes</a>) is ''width/auto'',
10481048
the 'width' ('height') is treated as ''width/stretch''
10491049
and ''margin/auto'' margins are treated as zero.
@@ -1066,7 +1066,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10661066
to fill their containing block
10671067
just as non-replaced ones do.
10681068

1069-
If either offset property in this dimension is ''top/auto'',
1069+
If either inset property in this dimension is ''top/auto'',
10701070
'justify-self' has no effect.
10711071
</table>
10721072

@@ -1203,7 +1203,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
12031203
<th><a>Alignment Container</a>
12041204
<td>
12051205
The box's containing block,
1206-
as modified by the offset properties.
1206+
as modified by the inset properties.
12071207
<tr>
12081208
<th><a>Alignment Subject</a>
12091209
<td>
@@ -1215,7 +1215,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
12151215
the ''align-self/normal'' keyword behaves as ''start'' on replaced absolutely-positioned boxes,
12161216
and behaves as ''align-self/stretch'' on all other absolutely-positioned boxes.
12171217

1218-
If neither offset in this axis is ''top/auto'',
1218+
If neither inset in this axis is ''top/auto'',
12191219
but 'height' ('width', for <a>vertical writing modes</a>) is ''height/auto'',
12201220
the 'height' ('width') is treated as ''height/stretch''
12211221
and ''margin/auto'' margins are treated as zero.
@@ -1229,7 +1229,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
12291229
In terms of CSS2.1 formatting [[!CSS2]],
12301230
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>
12311231
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.
12331233

12341234
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>
12351235
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>
12381238
to fill their containing block
12391239
just as non-replaced ones do.
12401240

1241-
If either offset property in this dimension is ''top/auto'',
1241+
If either inset property in this dimension is ''top/auto'',
12421242
'align-self' has no effect.
12431243
</table>
12441244

0 commit comments

Comments
 (0)