Skip to content

Commit d712962

Browse files
committed
[css-overflow-3] Fixup bibliography
1 parent c11da77 commit d712962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-overflow-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Introduction</h2>
6666
which would likely cause
6767
that content to overlap with other elements.
6868

69-
CSS Level 2 [[CSS21]] introduced the 'overflow' property,
69+
CSS Level 2 [[CSS2]] introduced the 'overflow' property,
7070
which allows authors to have overflow be handled by scrolling,
7171
which means it is no longer an authoring error.
7272
It also allows authors to specify
@@ -330,7 +330,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
330330
Name: overflow-x, overflow-y
331331
Value: visible | hidden | clip | scroll | auto
332332
Initial: ''visible''
333-
Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
333+
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
334334
Inherited: no
335335
Percentages: N/A
336336
Computed value: as specified, except with ''visible''/''clip'' computing to ''overflow/auto''/''hidden'' (respectively) if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''clip''
@@ -348,7 +348,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
348348
Name: overflow
349349
Value: [ visible | hidden | clip | scroll | auto ]{1,2}
350350
Initial: visible
351-
Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
351+
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
352352
Inherited: no
353353
Percentages: N/A
354354
Computed value: see individual properties

0 commit comments

Comments
 (0)