You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-overflow-3/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Introduction</h2>
66
66
which would likely cause
67
67
that content to overlap with other elements.
68
68
69
-
CSS Level 2 [[CSS21]] introduced the 'overflow' property,
69
+
CSS Level 2 [[CSS2]] introduced the 'overflow' property,
70
70
which allows authors to have overflow be handled by scrolling,
71
71
which means it is no longer an authoring error.
72
72
It also allows authors to specify
@@ -330,7 +330,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
330
330
Name: overflow-x, overflow-y
331
331
Value: visible | hidden | clip | scroll | auto
332
332
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]]
334
334
Inherited: no
335
335
Percentages: N/A
336
336
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'
0 commit comments