@@ -150,7 +150,7 @@ Until then, this specification only contains additions and extensions to level 3
150150 </p>
151151
152152 <p>
153- CSS Level 2 [[CSS21 ]] introduced the 'overflow' property,
153+ CSS Level 2 [[CSS2 ]] introduced the 'overflow' property,
154154 which allows authors to have overflow be handled by scrolling,
155155 which means it is no longer an authoring error.
156156 It also allows authors to specify
@@ -417,7 +417,7 @@ This property specifies rendering when inline content overflows
417417its line box edge
418418in the inline progression direction of its block container element ("the block")
419419that has 'overflow'
420- other than ''visible'' .
420+ other than ''overflow/ visible'' .
421421
422422Even though this property is not inherited,
423423annonymous block container boxes generated to
@@ -516,13 +516,13 @@ to facilitate the use of directional characters such as arrows.
516516For the ellipsis
517517and string values,
518518implementations must hide characters and
519- <a href="https://www.w3.org/TR/CSS21 /visuren.html#inline-boxes">
519+ <a href="https://www.w3.org/TR/CSS2 /visuren.html#inline-boxes">
520520atomic inline-level elements</a>
521521at the applicable edge(s) of the line as necessary to fit the ellipsis/string, and
522522place the ellipsis/string immediately adjacent
523523to the applicable edge(s) of the remaining inline content.
524524The first character or
525- <a href="https://www.w3.org/TR/CSS21 /visuren.html#inline-boxes">
525+ <a href="https://www.w3.org/TR/CSS2 /visuren.html#inline-boxes">
526526atomic inline-level element</a>
527527on a line
528528must be clipped rather than ellipsed.
@@ -821,7 +821,7 @@ and extends it further.
821821 Name : continue
822822 Value : auto | overflow | paginate | fragments | discard
823823 Initial : auto
824- Applies to : block containers [[!CSS21 ]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
824+ Applies to : block containers [[!CSS2 ]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
825825 Inherited : no
826826 Percentages : N/A
827827 Computed value : see below
@@ -1219,7 +1219,7 @@ the ''continue/fragments'' value of the 'continue' property.
12191219 declarations in ''::nth-fragment()'' pseudo-elements override
12201220 declarations in rules without the pseudo-element.
12211221 The relative priority within such declarations is determined
1222- by normal cascading order (see [[!CSS21 ]] ).
1222+ by normal cascading order (see [[!CSS2 ]] ).
12231223 </p>
12241224
12251225 <p>
0 commit comments