- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Aug 2022 15:36:14 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `c-v:auto and scrollTimeline.currentTime`, and agreed to the following: * `RESOLVED: close no change` <details><summary>The full IRC log of that discussion</summary> <TabAtkins> Topic: c-v:auto and scrollTimeline.currentTime<br> <TabAtkins> github: https://github.com/w3c/csswg-drafts/issues/7545<br> <TabAtkins> ydaniv: c-v:auto optimizes experience of mostly loading time<br> <TabAtkins> ydaniv: UA can handle internally<br> <flackr> q+<br> <TabAtkins> ydaniv: if there is a scroller that might change height during scroll, because content with c-v:auto comes into view and expands, it can change currentTime and cause jumps<br> <bramus> q+<br> <TabAtkins> ydaniv: so maybe if UA can detect that c-v:auto is being used in a scroller serving as a timeline, do less of this optimization so there's no surprises<br> <emilio> q+<br> <astearns> ack flackr<br> <TabAtkins> flackr: I think this would be a big perf footgun<br> <TabAtkins> flackr: I think having that disconnect is consistent with what the dev observes thru scrollOffset, so it's not surprisig to me<br> <TabAtkins> flackr: but if we are concerned, could imagine using c-i-s rather than real size<br> <bramus> q-<br> <TabAtkins> emilio: Yeah seems weird to opt out of c-v:auto<br> <TabAtkins> emilio: author can do that themselves<br> <TabAtkins> emilio: side effect si unfortunate, but would rather do it rather than add a footgun where your page is all c-v:visible bc you put an animation on the root scroller<br> <TabAtkins> TabAtkins: details on c-i-s?<br> <emilio> ack emilio<br> <TabAtkins> flackr: Like calculate scrollable area as if everything was its c-i-s size. different version of scrollTop/Height<br> <TabAtkins> emilio: seems tricky<br> <TabAtkins> flackr: Yeah very tricky, unsure if even possible<br> <TabAtkins> emilio: would need to do a pass on the contents of the scroller...<br> <TabAtkins> emilio: i'd rather not<br> <TabAtkins> flackr: i'd rather if we did that we did it more generally, actually change scrollTop/etc that way<br> <TabAtkins> iank_: agree, that's a can of worms we dont' want to do<br> <TabAtkins> astearns: so it sounds like response so far is close no change. that all right with you, ydaniv?<br> <TabAtkins> ydaniv: yeah<br> <TabAtkins> RESOLVED: close no change<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7545#issuecomment-1204119228 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 3 August 2022 15:36:16 UTC