Skip to content

Commit 284cfef

Browse files
committed
[scroll-animations-1] Generalize note about operating on the flat tree. w3c#8192
1 parent d568833 commit 284cfef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scroll-animations-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ spec: cssom-view-1; type: dfn;
9494
by implementing the CSS features to behave
9595
as if the underlying programming interfaces were in place.
9696

97+
Like most operations in CSS besides [=selector=] matching,
98+
features in this specification operate over
99+
the [=flattened element tree=].
100+
97101
## Relationship to asynchronous scrolling ## {#async-scrolling}
98102

99103
Some user agents support scrolling that is asynchronous
@@ -762,9 +766,6 @@ spec: cssom-view-1; type: dfn;
762766
In case of a name conflict on the same element,
763767
[=scroll progress timelines=] take precedence over [=view progress timelines=].
764768

765-
Note: Like most operations in CSS besides [=selector=] matching,
766-
timeline scoping occurs over the [=flattened element tree=].
767-
768769
ISSUE: Do we want to expand this scope to preceding siblings and/or distant cousins?
769770

770771
## Animation Events ## {#events}

0 commit comments

Comments
 (0)