From b5b44c811814c040008853a793b471a1e597e757 Mon Sep 17 00:00:00 2001
From: David Awogbemila The following features and terms are defined in CSS Syntax:
@@ -103883,22 +103885,26 @@ location.href = '#foo';
To update the initial scroll positions for scroll containers in a
- scroll
eventscrollend
eventDocument
document,
- perform the following steps:Document
document:
Let scrollers be the list of all - scroll containers within document.
Let scrollers be a list of all + scroll containers of document.
For each scroller in scrollers:
+For each scroller of scrollers: +
+If the user agent has reason to believe the user is no longer interested in scrolling - to scroller's initial scroll - position, then abort these steps.
Let position be the initial scroll + position of scroller.
Update scroller's initial scroll - position and scroll scroller to it.
Perform a scroll of scroller's scrolling box to position.