- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Feb 2023 17:16:43 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[scroll-animations-1] Allow Anonymous Scroll Progress Timelines to target self`, and agreed to the following: * ``RESOLVED: add a `self` keyword`` <details><summary>The full IRC log of that discussion</summary> <argyle> astearns: alright, let me… get the next issue in<br> <argyle> astearns: anonymous scroll progress<br> <argyle> bramus: when you create an anonymous scroll tiemline, you can use a function for that, targets nearest or root. nearest is the nearest ancentor scroll container<br> <argyle> bramus: this is limiting in a way, you cant target the scroller itself<br> <bradk> present +<br> <smfr> q+<br> <argyle> bramus: you can bypass this by creating a named scroll timeline and then using it as an animation timeline, but not very dev friendly<br> <argyle> https://www.irccloud.com/pastebin/yXONpCDN/bram<br> <argyle> bramus: looking at the comments, folks like `self`<br> <argyle> bramus: that's my recommendation<br> <astearns> ack smfr<br> <fantasai> smfr: Is it using the containing block ancestor chain, or the parent chain?<br> <argyle> smfr: what algo is used to detemrine the nearest container scroller?<br> <argyle> smfr: answer, containing block. which is appropriate.<br> <argyle> astearns: any other comments?<br> <argyle> astearns: current workaround is a haslte, but is it enough tomerit another keyword<br> <argyle> fantasai: i think it does, people create custom names is not great. makes it hard to reuse the thing you're doing<br> <argyle> fantasai: better to have this tool. what happens whent he element in question is not in fact a scroll container.<br> <argyle> fantasai: better to have this tool. what happens whent he element in question is not in fact a scroll container?<br> <argyle> flackr: we have to answer that question for named scroll timelines right? my [proposal would be that you get a scoll timeline but it has time undefined because the thing being observed is not a scroller. animatoin has no effect.<br> <argyle> proposed resolution is to add a `self` keyword, which will used what the scroller is and will be well defined<br> <argyle> astearns: proposed resolution is to add a `self` keyword, which will used what the scroller is and will be well defined<br> <argyle> astearns: any comments or obejections? we are resolved to add a self keyword.<br> <argyle> RESOLVED: add a `self` keyword<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8227#issuecomment-1412424629 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 1 February 2023 17:16:45 UTC