Allows viewport-filling scrollers (iframes, divs) to perform document-level scrolling actions. I.e. show/hide URL bar, overscroll glow, rotation anchoring, etc.
Demo
Documentation
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 73
- Chrome for Android release 73
- Android WebView release 73
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- No signal
- No signal
- No signal
- No signals
Owner
Search tags
root, scroller, implicit,Last updated on 2020-11-09
Comments
This feature generalizes the special behaviors (typically on mobile) given today only to the documentElement to a other scrollers on the page. For example, show/hide URL bar on scroll. This allows authors to use non-document scrollers to host content and logically separate their application views in the DOM rather than moving everything into the documentElement. For more in-depth information: https://github.com/bokand/root-scroller/blob/master/explainer.md