#1053: CSS Scroll Markers
Discussions
Comment by @xiaochengh Apr 15, 2025 (See Github)
Closing this sub-issue. Please refer to the response in the parent issue: https://github.com/w3ctag/design-reviews/issues/1037#issuecomment-2754205037
OpenedFeb 20, 2025
(Split from #1037. Original requester @flackr)
こんにちは TAG-さん!
I'm requesting a TAG review of CSS Scroll Markers.
Carousels are an often used design pattern on the web. They are used in a variety of contexts, from product listing pages to slideshow like content. OpenUI has explored a range of carousel designs, showing that the specific layout and appearance can vary dramatically. They are also provided by many frameworks as components, however implementing a carousel correctly is complicated and often results in inconsistent and sometimes inaccessible implementations.
There are a variety of problems being solved by carousels, which we believe could be provided by a set of CSS features. Developers could then combine these CSS features to create the various designs. CSS-only component libraries could be built to further simplify this process.
Further details: