web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
313 stars 28 forks source link

overscroll-behavior on the root scroller #858

Open jgraham opened 2 weeks ago

jgraham commented 2 weeks ago

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

theres-waldo commented 2 weeks ago

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")