Skip to content

Commit 6aaf432

Browse files
committed
Add a note about the scrollSource's ownerDocument changing. Fixes issue #2.
1 parent bbbe9c6 commit 6aaf432

File tree

2 files changed

+82
-80
lines changed

2 files changed

+82
-80
lines changed

Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ not by wall-clock time, but by the progress of scrolling in a [=scroll container
376376

377377
If this is not specified, the document element is used.
378378

379+
Note that the {{scrollSource}}'s {{ownerDocument}} may change over the lifetime
380+
of the scroll timeline. This does not affect the scroll timeline; the timeline
381+
continues to be driven by the scroll progress of the {{scrollSource}}.
382+
379383
: <dfn attribute for=ScrollTimeline>orientation</dfn>
380384
:: Determines the direction of scrolling which triggers the activation and drives
381385
the progress of the trigger.

0 commit comments

Comments
 (0)