File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments