Skip to content

Commit 63b3ca6

Browse files
committed
[css-align] Fix typos and minor links fixups. Closes #3548.
1 parent b0e9734 commit 63b3ca6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

css-align-3/Overview.bs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Module interactions</h3>
117117
<h3 id="values">
118118
Values</h3>
119119

120-
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
120+
This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
121121
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]].
122122
Other CSS modules may expand the definitions of these value types.
123123

@@ -1340,7 +1340,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
13401340
<th>Other Details
13411341
<td>
13421342
In terms of CSS2.1 block-level formatting [[!CSS2]],
1343-
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
1343+
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS2/visudet.html#blockwidth">section 10.3.3</a>
13441344
are ignored in favor of alignment as specified here
13451345
and the used value of the margin properties are therefore not adjusted to correct for the over-constraint.
13461346

@@ -1397,12 +1397,12 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
13971397
<th>Other Details
13981398
<td>
13991399
In terms of CSS2.1 formatting [[!CSS2]],
1400-
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">section 10.3.7</a>
1400+
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>
14011401
are ignored in favor of alignment as specified here,
14021402
and the used value of the inset properties are not adjusted to correct for the over-constraint.
14031403

14041404
Values other than ''justify-self/stretch'' or ''justify-self/normal''
1405-
cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
1405+
cause <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
14061406
to use <a>fit-content sizing</a> for calculating ''width/auto'' sizes
14071407
in the affected axis.
14081408

@@ -1411,7 +1411,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
14111411
just as non-replaced ones do.
14121412

14131413
Note: If only one inset property is ''top/auto'',
1414-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a>
1414+
the computations in <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a>
14151415
fully determine its size and position,
14161416
and 'justify-self' has no effect.
14171417
(If both are ''top/auto'',
@@ -1565,12 +1565,12 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property</h3>
15651565
<th>Other Details
15661566
<td>
15671567
In terms of CSS2.1 formatting [[!CSS2]],
1568-
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>
1568+
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>
15691569
are ignored in favor of alignment as specified here
15701570
and the used value of the inset properties are not adjusted to correct for the over-constraint.
15711571

15721572
Values other than ''justify-self/stretch'' or ''justify-self/normal''
1573-
cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
1573+
cause <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
15741574
to use <a>fit-content sizing</a> for calculating ''height/auto'' sizes
15751575
in the affected axis.
15761576

@@ -1579,7 +1579,7 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property</h3>
15791579
just as non-replaced ones do.
15801580

15811581
Note: If only one inset property is ''top/auto'',
1582-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a>
1582+
the computations in <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a>
15831583
fully determine its size and position,
15841584
and 'align-self' has no effect.
15851585
(If both are ''top/auto'',
@@ -2291,19 +2291,19 @@ Appendix A: Static Position Terminology</h2>
22912291
are defined in [[CSS2]] Chapter 10.
22922292
The <a>static position rectangle</a> is a zero-thickness rectangle spanning between
22932293
the inline-axis sides of the box’s <a>static-position containing block</a>
2294-
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>);
2294+
(see <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>);
22952295
and positioned at its <a>block-start</a> <a>static position</a>
2296-
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2&sect;10.6.4).
2296+
(see <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">CSS2&sect;10.6.4</a>).
22972297

22982298
<dt>Inline Layout
22992299
<dd>
2300-
The <a>static positions</a> of a <a>inline-level box</a>
2300+
The <a>static positions</a> of an <a>inline-level box</a>
23012301
are defined in [[CSS2]] Chapter 10.
23022302
The <a>static position rectangle</a> is a zero-thickness rectangle spanning between
23032303
the <a>line-over</a>/<a>line-under</a> sides of the <a>line box</a>
23042304
that would have contained its “hypothetical box”
2305-
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>);
2306-
and positioned at its <a>inline-start</a> <a>static position</a>
2305+
(see <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>);
2306+
and positioned at its <a>inline-start</a> <a>static position</a>.
23072307

23082308
<dt>Flex Layout
23092309
<dd>
@@ -2318,7 +2318,7 @@ Appendix A: Static Position Terminology</h2>
23182318
However, if that <a>grid container</a> also establishes
23192319
the box’s actual <a>containing block</a>,
23202320
then the <a>grid area</a> specified by the <a>grid-placement properties</a>
2321-
instead establishes its <a>static position rectangle</a>.
2321+
establishes its <a>static position rectangle</a> instead.
23222322
See the <a href="https://www.w3.org/TR/css-grid-1/#static-position">static position of a grid container child</a> in [[!CSS-GRID-1]].
23232323
</dl>
23242324

0 commit comments

Comments
 (0)