- From: andruud via GitHub <noreply@w3.org>
- Date: Sat, 07 Mar 2026 14:39:51 +0000
- To: public-css-archive@w3.org
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