Open jgraham opened 1 month ago
There is implementation divergence on whether overscroll-behavior on the root scroller needs to be specified on the <html> element or the <body> element.
<html>
<body>
https://drafts.csswg.org/css-overscroll/
https://bugs.chromium.org/p/chromium/issues/detail?id=954423 See also https://github.com/web-platform-tests/interop/issues/560 from Interop 2024
There is implementation divergence on whether overscroll-behavior on the root scroller needs to be specified on the element or the element.
(That is meant to be "on the <html>element or the <body> element")
Description
There is implementation divergence on whether overscroll-behavior on the root scroller needs to be specified on the
<html>
element or the<body>
element.Specification
https://drafts.csswg.org/css-overscroll/
Additional Signals
https://bugs.chromium.org/p/chromium/issues/detail?id=954423 See also https://github.com/web-platform-tests/interop/issues/560 from Interop 2024