Skip to content

Commit c2d8b07

Browse files
committed
[css-align-3][editorial] Referenced term 'inset properties'
1 parent 7db1ea1 commit c2d8b07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ Inline-Axis (or Main-Axis) Self-Alignment: the 'justify-self' property</h3>
14961496
<th><a>Alignment Container</a>
14971497
<td>
14981498
The box's <a>containing block</a>,
1499-
as modified by the inset properties ('top'/'right'/'bottom'/'left'),
1499+
as modified by the [=inset properties=] ('top'/'right'/'bottom'/'left'),
15001500
assuming the <a>writing mode</a> of the <a>containing block</a>.
15011501
If both inset properties in the relevant axis are ''left/auto'',
15021502
then use the box’s <a>static-position rectangle</a>
@@ -1519,7 +1519,7 @@ Inline-Axis (or Main-Axis) Self-Alignment: the 'justify-self' property</h3>
15191519
In terms of CSS2.1 formatting [[!CSS2]],
15201520
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">section 10.3.7</a>
15211521
are ignored in favor of alignment as specified here,
1522-
and the used value of the inset properties are not adjusted to correct for the over-constraint.
1522+
and the used value of the [=inset properties=] are not adjusted to correct for the over-constraint.
15231523

15241524
Values other than ''justify-self/stretch'' or ''justify-self/normal''
15251525
cause <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
@@ -1659,7 +1659,7 @@ Block-Axis (or Cross-Axis) Self-Alignment: the 'align-self' property</h3>
16591659
<th><a>Alignment Container</a>
16601660
<td>
16611661
The box's <a>containing block</a>,
1662-
as modified by the inset properties
1662+
as modified by the [=inset properties=]
16631663
('top'/'right'/'bottom'/'left'),
16641664
assuming the <a>writing mode</a> of the <a>containing block</a>.
16651665
If both inset properties in the relevant axis are ''left/auto'',
@@ -1683,7 +1683,7 @@ Block-Axis (or Cross-Axis) Self-Alignment: the 'align-self' property</h3>
16831683
In terms of CSS2.1 formatting [[!CSS2]],
16841684
the rules for "over-constrained" computations in <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">section 10.6.4</a>
16851685
are ignored in favor of alignment as specified here
1686-
and the used value of the inset properties are not adjusted to correct for the over-constraint.
1686+
and the used value of the [=inset properties=] are not adjusted to correct for the over-constraint.
16871687

16881688
Values other than ''justify-self/stretch'' or ''justify-self/normal''
16891689
cause <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>

0 commit comments

Comments
 (0)