File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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">
437440Scrollbars and Layout</h3>
You can’t perform that action at this time.
0 commit comments