Skip to content

Commit 27e96ff

Browse files
committed
[scroll-animations-1] Remove preceding sibling scope #7759
1 parent f4a3db2 commit 27e96ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -757,17 +757,13 @@ spec: cssom-view-1; type: dfn;
757757
is referenceable in 'animation-timeline' by:
758758
* the declaring element itself
759759
* that element’s descendants
760-
* that element’s following siblings and their descendants
761760

762761
If multiple elements have declared the same timeline name,
763762
the matching timeline is the one declared
764-
on the nearest element in tree order,
765-
which considers siblings closer than parents.
763+
on the nearest element in tree order.
766764
In case of a name conflict on the same element,
767765
[=scroll progress timelines=] take precedence over [=view progress timelines=].
768766

769-
ISSUE: Do we want to expand this scope to preceding siblings and/or distant cousins?
770-
771767
## Animation Events ## {#events}
772768

773769
[=Scroll-driven animations=] dispatch all the same animation events

0 commit comments

Comments
 (0)