Open BenjaminAster opened 2 months ago
Just as an fyi scrollbar-width is supported (mostly) in the latest safari tech preview.
@lukewarlow Oh, thanks! How did I not catch that!? 😅😬
WebKit currently does not support the
scrollbar-color
CSS property
I asked for this last year, for Interop 2024. Since then, Blink/Chrome added support, and now only WebKit/Safari remains.
Seems like this is mostly about scrollbar-color, since scrollbar-width/gutter are already in STP. Renaming accordingly.
In preliminary results to the State of CSS 2024 survey, Scrollbar Styling was the 9th most common answer to the question "Are there any existing CSS features that you have difficulties using (or avoid altogether) because of lack of support, or differences between browsers?"
(not sharing a link quite yet because the results are preliminary).
Seems like this is mostly about scrollbar-color, since scrollbar-width/gutter are already in STP. Renaming accordingly.
https://wpt.fyi/results/css/css-scrollbars?label=master&label=experimental&aligned&q=scrollbar-color
Description
WebKit currently does not support the
scrollbar-color
CSS property, meaning that scrollbar coloring is possible exclusively via the non-standard::-webkit-scrollbar-*
pseudos in WebKit-based browsers. (Support forscrollbar-width
is currently experimentally implemented).Specification
https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color
Additional Signals
No response