Skip to content

Commit c1739a5

Browse files
author
Peter Linss
committed
merge
2 parents 97ba8c5 + aaf5642 commit c1739a5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

css-overflow-3/Overview.bs

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,16 @@ Overflow Value Computation and Propagation</h3>
425425

426426
UAs must apply the 'overflow' property
427427
set on the root element to the viewport.
428-
HTML UAs must instead apply the ‘overflow’ property
429-
from the <{body}> element to the viewport
430-
if the value on the root element is ''visible''.
431-
The ''visible'' value when used for the viewport
432-
must be interpreted as ''overflow/auto''.
433-
The element from which the value is propagated
434-
must have a used value for 'overflow' of ''visible''.
428+
For HTML UAs,
429+
if this would result in the viewport having ''visible'' overflow,
430+
the UA must instead apply the 'overflow' property
431+
set on the <{body}> element to the viewport.
432+
In either case,
433+
the used value of 'overflow' for the element from which the value is propagated
434+
must evaluate to ''visible''.
435+
436+
If this application would result in the viewport having ''visible'' overflow,
437+
the UA must instead treat the viewport as having ''overflow/auto'' overflow.
435438

436439
<h3 id="scrollbar-layout">
437440
Scrollbars and Layout</h3>

0 commit comments

Comments
 (0)