Skip to content

Commit 947f69b

Browse files
committed
[scroll-animations-1] Each anonymous scroll timeline is a different object w3c#8204
1 parent d8ff126 commit 947f69b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scroll-animations-1/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ spec: cssom-view-1; type: dfn;
186186
Specifies to use the document viewport as the [=scroll container=].
187187
</dl>
188188

189+
Each use of ''scroll()'' corresponds to its own instance of {{ScrollTimeline}}
190+
in the Web Animations API,
191+
even if multiple elements use ''scroll()'' to refer
192+
to the same [=scroll container=] with the same arguments.
193+
189194
### The {{ScrollTimeline}} Interface ### {#scrolltimeline-interface}
190195

191196
<pre class="idl">
@@ -470,6 +475,11 @@ spec: cssom-view-1; type: dfn;
470475
of the [=view progress visibility range=],
471476
as defined for 'view-timeline-inset'.
472477

478+
Each use of ''view()'' corresponds to its own instance of {{ViewTimeline}}
479+
in the Web Animations API,
480+
even if multiple elements use ''view()'' to reference
481+
the same element with the same arguments.
482+
473483
### The {{ViewTimeline}} Interface ### {#viewtimeline-interface}
474484

475485
<pre class="idl">

0 commit comments

Comments
 (0)