- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Sep 2024 22:25:35 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-overflow-5][css-scroll-snap-2] Snapping and generating scroll-marker pseudo-elements from fragments`. <details><summary>The full IRC log of that discussion</summary> <TabAtkins> flackr: Final thing that really helsp make this fall together is being able to use fragmentation to automatically create the "pages"<br> <TabAtkins> flackr: So if you specify that you have columns:1, that'll make one fragment per page<br> <TabAtkins> flackr: You could do multiple columns<br> <TabAtkins> flackr: we want to support some styling on these columns<br> <TabAtkins> flackr: scroll-snap-align is a notable one, to align the columns itself<br> <TabAtkins> flackr: not useful to stop a scroll halfway between columns, would rather it snap<br> <flackr> demo of columns: https://jsbin.com/modewaj/edit?html,output<br> <TabAtkins> flackr: the other use is generating a scroll marker<br> <TabAtkins> flackr: if a column is a destination you want to get to, you might want a scroll marker for it<br> <flackr> https://codepen.io/flackr/pen/yLmyPEV<br> <TabAtkins> flackr: combining these features, you can make this demo<br> <TabAtkins> flackr: note snap alingment isn't working yet<br> <TabAtkins> flackr: you can see the number of scroll-markers i generate changes as i chagne the container size, since different number of items fit on a scroll page<br> <TabAtkins> flackr: with snap-align support it would automatically snap to pages, arrows would work properly<br> <TabAtkins> flackr: this lets authors just write a list of content, and have it present in a full paginated experience<br> <flackr> TabAtkins: while this is fully generated, all of this can be done with real elements<br> <flackr> TabAtkins: allowing additional structure / semantics<br> <TabAtkins> syns: This really excited me, as someone who's lead a dev team thru a carousel<br> <TabAtkins> TabAtkins: our exploration revealed that there were basically *zero* correct carousels on the web<br> <wendyreid> q+<br> <TabAtkins> syns: but there are more correct ones ^_^<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10715#issuecomment-2375374879 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 September 2024 22:25:36 UTC