Skip to content

Commit 23637bd

Browse files
committed
[css-align] Switch all CSS2.1 references to CSS2 references.
1 parent 1074ecf commit 23637bd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css-align/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Introduction</h2>
6161
Module interactions</h3>
6262

6363
This module adds some new alignment capabilities
64-
to the block layout model described in [[!CSS21]] chapters 9 and 10
64+
to the block layout model described in [[!CSS2]] chapters 9 and 10
6565
and defines the interaction of these properties
6666
with the alignment of table cell content using 'vertical-align',
67-
as defined in [[!CSS21]] chapter 17.
67+
as defined in [[!CSS2]] chapter 17.
6868

6969
The interaction of these properties with
7070
Grid Layout [[!CSS-GRID-1]]
@@ -79,8 +79,8 @@ Module interactions</h3>
7979
<h3 id="values">
8080
Values</h3>
8181

82-
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
83-
Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]].
82+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
83+
Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS2]].
8484
Other CSS modules may expand the definitions of these value types:
8585
for example [[CSS3VAL]], when combined with this module,
8686
adds the ''initial'' keyword as a possible property value.
@@ -659,7 +659,7 @@ Details per Layout Mode {#distribution-details}
659659
''vertical-align/middle'' makes it behave as ''center'',
660660
''vertical-align/bottom'' makes it behave as ''end'',
661661
and all other values make it behave as ''baseline''.
662-
[[!CSS21]]
662+
[[!CSS2]]
663663

664664
''justify-content/normal'' otherwise behaves as ''start''.
665665
</table>
@@ -949,7 +949,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
949949
<tr>
950950
<th>Other Details
951951
<td>
952-
In terms of CSS2.1 block-level formatting [[!CSS21]],
952+
In terms of CSS2.1 block-level formatting [[!CSS2]],
953953
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
954954
are ignored in favor of alignment as specified here
955955
and the used value of the offset properties are not adjusted to correct for the over-constraint.
@@ -1000,7 +1000,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10001000
<tr>
10011001
<th>Other Details
10021002
<td>
1003-
In terms of CSS2.1 formatting [[!CSS21]],
1003+
In terms of CSS2.1 formatting [[!CSS2]],
10041004
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>
10051005
are ignored in favor of alignment as specified here,
10061006
and the used value of the offset properties are not adjusted to correct for the over-constraint.
@@ -1148,7 +1148,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11481148
<tr>
11491149
<th>Other Details
11501150
<td>
1151-
In terms of CSS2.1 formatting [[!CSS21]],
1151+
In terms of CSS2.1 formatting [[!CSS2]],
11521152
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>
11531153
are ignored in favor of alignment as specified here
11541154
and the used value of the offset properties are not adjusted to correct for the over-constraint.
@@ -1475,7 +1475,7 @@ Determining the Baselines of a Box</h2>
14751475

14761476
When finding the baselines of an inline-block,
14771477
any baselines contributed by table boxes must be skipped.
1478-
(This quirk is a legacy behavior from [[CSS21]].)
1478+
(This quirk is a legacy behavior from [[CSS2]].)
14791479

14801480
The first (last) block-axis baselines of a table box are the first (last) baselines of its first (last) column.
14811481

@@ -1488,7 +1488,7 @@ Determining the Baselines of a Box</h2>
14881488
after alignment has been performed.
14891489
Otherwise, the first (last) inline-axis baselines of the row
14901490
are <a>synthesized</a> from the lowest and highest content edges of the cells in the row.
1491-
[[!CSS21]]
1491+
[[!CSS2]]
14921492

14931493
A table row has no block-axis baselines.
14941494

@@ -1502,7 +1502,7 @@ Determining the Baselines of a Box</h2>
15021502
after alignment has been performed.
15031503
Otherwise, the first (last) inline-axis baselines of the row
15041504
are <a>synthesized</a> from the extreme content edges of the cells in the row.
1505-
[[!CSS21]]
1505+
[[!CSS2]]
15061506

15071507
A table column has no inline-axis baselines.
15081508

0 commit comments

Comments
 (0)