You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-platform, Majid Valipour, bgi...@fb.com
Summary:
A CSS property that allows web developers to control what scroll
boundary actions performed by the browser (such as scroll handoff
to a parent scrollable element, visual overscroll effect, swipe
navigation, etc.) should apply to a scrollable element.
Platform coverage:
The CSS property will be supported on all platforms. The browser's
default boundary actions may vary from platform to platform (for
example, Firefox currently shows a visual overscroll effect on
Android but not on desktop platforms).
Estimated target release:
Behind a pref: Firefox 58 (estimated)
Enabled by default: TBD
Preference behind which this will be implemented:
layout.css.scroll-boundary-behavior.enabled
DevTools support:
I don't believe any special support is required beyond adding the
property to the list of properties surfaced by the inspector.
Support by other browser engines:
Blink: Yes, will ship in Chrome 63 [1]
Edge: Public support [2]
WebKit: No public signals
Tests:
The Blink implementers have upstreamed a web-platform-test [3].
I plan to look into getting that to run on Firefox. Additional test
cases can be added to it if necessary.