@@ -1260,36 +1260,37 @@ spec: cssom-view-1; type: dfn;
1260
1260
Animation type : not animatable
1261
1261
</pre>
1262
1262
1263
- This property declares the scope of the specified timeline names,
1264
- allowing a named timeline
1263
+ This property declares the scope of the specified timeline names
1264
+ to extend across this element’s subtree.
1265
+ This allows a named timeline
1265
1266
(such as a [=named scroll progress timeline=] or [=named view progress timeline=] )
1266
1267
to be referenced by elements outside the timeline-defining element’s subtree--
1267
1268
for example, by siblings, cousins, or ancestors.
1269
+ It also blocks descendant timelines with the specified names
1270
+ from being referenced from outside this subtree,
1271
+ and ancestor timelines with the specified names from being referenced
1272
+ within this subtree.
1268
1273
1269
1274
Values have the following meanings:
1270
1275
1271
1276
<dl dfn-for="timeline-scope" dfn-type=value>
1272
1277
<dt> <dfn>none</dfn>
1273
1278
<dd>
1274
- No change in name timeline scope.
1279
+ No changes in timeline name scope.
1275
1280
1276
1281
<dt> <dfn><<custom-ident>></dfn>
1277
1282
<dd>
1278
- Declares the name of a matching named timeline defined by a descendant
1283
+ Declares the name of a matching named timeline defined by a descendant--
1284
+ whose scope is not already explicitly declared by a descendant using 'timeline-scope' --
1279
1285
to be in scope for this element and its descendants.
1280
1286
1281
1287
If no such timeline exists,
1282
1288
or if more than one such timeline exists,
1283
1289
instead declares an [=inactive timeline=] with the specified name.
1284
-
1285
- Note: This property has no effect if a matching named timeline
1286
- is defined by this element itself.
1287
1290
</dl>
1288
1291
1289
1292
Note: This property cannot affect or invalidate any timeline name lookups
1290
1293
within the subtree of a descendant element that declares the same name.
1291
- However, it can prevent matching timelines defined on an ancestor
1292
- from being referenced by this element or its descendants.
1293
1294
See [[#timeline-scope]] .
1294
1295
1295
1296
# Changes # {#changes}
0 commit comments