Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- `<dashed-ident>`
- : 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 [`<dashed-ident>`](/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

Expand Down