Skip to content

[scroll-animations-1] Make timeline name scoping last-in-tree-order#13611

Merged
tabatkins merged 1 commit into
w3c:mainfrom
andruud:timeline_scope
Mar 6, 2026
Merged

[scroll-animations-1] Make timeline name scoping last-in-tree-order#13611
tabatkins merged 1 commit into
w3c:mainfrom
andruud:timeline_scope

Conversation

@andruud

@andruud andruud commented Mar 6, 2026

Copy link
Copy Markdown
Member

See #12581, #13364.

@andruud andruud added the scroll-animations-1 Current Work label Mar 6, 2026
@andruud andruud requested a review from bramus March 6, 2026 14:22
@tabatkins tabatkins merged commit b82cf97 into w3c:main Mar 6, 2026
1 check passed
@andruud andruud deleted the timeline_scope branch March 7, 2026 14:30
@andruud

andruud commented Mar 7, 2026

Copy link
Copy Markdown
Member Author

Hmm, actually, I'm not sure this works correctly.

<div id=t1 style="scroll-timeline: --t; animation-timeline:--t">
  <div id=t2 style="scroll-timeline: --t">
  </div>
</div>

This PR would cause animation-timeline:--t to find --t on #t2. I'll try again next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants