- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Apr 2025 13:31:52 +0000
- To: public-css-archive@w3.org
ydaniv has just created a new issue for https://github.com/w3c/csswg-drafts: == [scroll-animations-1] Behavior of a fixedpos view-timeline == Currently the behavior of a ViewTimeline on an element in fixedpos isn't speciically defined, though I'd expect the one of the following options: 1. The tlmeline is inactive. 2. The timeline behaves as if the element is in stickypos inside the root CB. Since the behavior of stickypos is well defined, I'd expect at least option 2 to occur, but according to implementation of Blink and WebKit it's something else: https://jsbin.com/zabahewure/edit?html,css,output, and it isn't quite clear what that is. If I'm not mistaken, it should either be one of the 2 options above, or something else that is defined by the spec. /cc @fantasai @flackr @bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12109 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 22 April 2025 13:31:53 UTC