Re: [csswg-drafts] [scroll-animations-1] Make timeline name scoping last-in-tree-order (#13611)

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.

-- 
GitHub Notification of comment by andruud
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/13611#issuecomment-4016630007 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 7 March 2026 14:39:52 UTC