Skip to content

Commit 0220ef7

Browse files
authored
[css-size-adjust-1][editorial] Fix inconsistency aliases (w3c#10659)
1 parent 7c41938 commit 0220ef7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-size-adjust-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Module interactions {#placement}
6060
--------------------------------
6161

6262
This module adds additional features that are not defined in
63-
[[CSS21]]. These features may lead to a different size being computed
64-
than would be computed when following [[CSS21]] alone.
63+
[[CSS2]]. These features may lead to a different size being computed
64+
than would be computed when following [[CSS2]] alone.
6565

6666
Value Definitions {#values}
6767
-----------------
@@ -108,22 +108,22 @@ conditions are:
108108

109109
<ul>
110110
<li>when the total amount of text in the block formatting context (see
111-
[[!CSS21]]) (excluding text inside descendant block formatting
111+
[[!CSS2]]) (excluding text inside descendant block formatting
112112
contexts) is approximately smaller than the amount that would require
113113
wrapping to more than one or two lines within that context's
114114
width,</li>
115115

116116
<li>when the objects to be adjusted are inside a block-level or
117117
''display: inline-block'' element with a 'height' other than
118-
''height/auto'' (see [[!CSS21]]),</li>
118+
''height/auto'' (see [[!CSS2]]),</li>
119119

120120
<li>when the objects to be adjusted are inside a
121121
''display: inline-block'' element
122122
with a 'width' other than ''width/auto'' (see
123-
[[!CSS21]]),</li>
123+
[[!CSS2]]),</li>
124124

125125
<li>when the objects to be adjusted have 'white-space' of ''white-space/pre'' or
126-
''white-space/nowrap'' (see [[!CSS21]]) or a 'text-wrap' of ''text-wrap/nowrap'' (see
126+
''white-space/nowrap'' (see [[!CSS2]]) or a 'text-wrap' of ''text-wrap/nowrap'' (see
127127
[[!CSS-TEXT-4]]).</li>
128128

129129
</ul>

0 commit comments

Comments
 (0)