From 8dee2c8b57b239f4a0586c656f4033c1457b61b8 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 8 Sep 2026 11:22:50 +0100 Subject: [PATCH 1/2] updated the definition of for timeline scopes --- .../en-us/web/css/reference/properties/timeline-scope/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/reference/properties/timeline-scope/index.md b/files/en-us/web/css/reference/properties/timeline-scope/index.md index 7d0d0859ce9739b..15802e2cc96a730 100644 --- a/files/en-us/web/css/reference/properties/timeline-scope/index.md +++ b/files/en-us/web/css/reference/properties/timeline-scope/index.md @@ -37,7 +37,7 @@ Allowed values for `timeline-scope` are: - `all` - : The names of all timelines defined by descendants are in scope for this element and its descendants. - `` - - : Specifies the name of an existing named timeline (i.e., declared using {{cssxref("scroll-timeline-name")}} or {{cssxref("view-timeline-name")}}) defined on a descendant element. This increases the timeline scope to the current element and to any of its descendants. + - : One or more comma-separated [``](/en-US/docs/Web/CSS/Reference/Values/dashed-ident)s representing timeline names (i.e., declared using {{cssxref("scroll-timeline-name")}} or {{cssxref("view-timeline-name")}}). Sets the scope so that the specified `*-timeline-name` values, when set in the subtree, can only be bound to by positioned elements in the same subtree. ## Description From 205f1eb4ad53bdbe42ffb71bb5118d17c7b81b84 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 8 Sep 2026 12:11:13 +0100 Subject: [PATCH 2/2] added clearer names --- .../en-us/web/css/reference/properties/timeline-scope/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/reference/properties/timeline-scope/index.md b/files/en-us/web/css/reference/properties/timeline-scope/index.md index 15802e2cc96a730..73e20ca8da1d60f 100644 --- a/files/en-us/web/css/reference/properties/timeline-scope/index.md +++ b/files/en-us/web/css/reference/properties/timeline-scope/index.md @@ -37,7 +37,7 @@ Allowed values for `timeline-scope` are: - `all` - : The names of all timelines defined by descendants are in scope for this element and its descendants. - `` - - : One or more comma-separated [``](/en-US/docs/Web/CSS/Reference/Values/dashed-ident)s representing timeline names (i.e., declared using {{cssxref("scroll-timeline-name")}} or {{cssxref("view-timeline-name")}}). Sets the scope so that the specified `*-timeline-name` values, when set in the subtree, can only be bound to by positioned elements in the same subtree. + - : One or more comma-separated [``](/en-US/docs/Web/CSS/Reference/Values/dashed-ident)s representing timeline names (i.e., declared using {{cssxref("scroll-timeline-name")}} or {{cssxref("view-timeline-name")}}). Sets the scope so that the specified `scroll-timeline-name` or `view-timeline-name` values, when set in the subtree, can only be bound to by positioned elements in the same subtree. ## Description