Skip to content

Commit a14759c

Browse files
committed
[css-overflow-4] Bikeshed ambiguities resolution
1 parent 0394a72 commit a14759c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-overflow-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
417417
its line box edge
418418
in the inline progression direction of its block container element ("the block")
419419
that has 'overflow'
420-
other than ''visible''.
420+
other than ''overflow/visible''.
421421

422422
Even though this property is not inherited,
423423
annonymous block container boxes generated to
@@ -516,13 +516,13 @@ to facilitate the use of directional characters such as arrows.
516516
For the ellipsis
517517
and string values,
518518
implementations 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">
520520
atomic inline-level elements</a>
521521
at the applicable edge(s) of the line as necessary to fit the ellipsis/string, and
522522
place the ellipsis/string immediately adjacent
523523
to the applicable edge(s) of the remaining inline content.
524524
The 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">
526526
atomic inline-level element</a>
527527
on a line
528528
must 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

Comments
 (0)