--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/796a6b0e-b1c6-406b-a25d-1bfb726941d1n%40chromium.org.
Cool, I hadn't realized Firefox had shipped this. I hope it can eventually lead to deprecation of -webkit-scrollbar-* or at least simplification and specification of a subset necessary for web compat in terms of scrollbar-*.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFUtAY_ACPLUFOTdwPk3Kvd-g6BO%3DH4Ovpn%3D6YdtfRXb4suDnQ%40mail.gmail.com.
:root { scrollbar-color: gray limegreen }
:root::-webkit-scrollbar { background: red }
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/31364903-05ec-4f37-b21c-3efbbf7924fdn%40chromium.org.
On Fri, Oct 16, 2020 at 9:33 AM Rick Byers <rby...@chromium.org> wrote:
Cool, I hadn't realized Firefox had shipped this. I hope it can eventually lead to deprecation of -webkit-scrollbar-* or at least simplification and specification of a subset necessary for web compat in terms of scrollbar-*.
In a former life, I WONTFIX'd the bug to implement `-webkit-scrollbar` in Gecko for webcompat reasons [1]. Instead, we decided to try a mixture of outreach and shipping CSS interventions using `scrollbar-*` to fix high-impact scrollbar breakage, e.g. [2].Based on my experience -- there isn't a *ton* of severe breakage due to Firefox not having webkit scrollbar stuff (I do not consider "wrong color" to be severe, others may disagree). (But obviously I don't speak for them anymore.)
Cool, I hadn't realized Firefox had shipped this. I hope it can eventually lead to deprecation of -webkit-scrollbar-* or at least simplification and specification of a subset necessary for web compat in terms of scrollbar-*.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFUtAY8ysJOKUAh0xPgDZB95DrUArGzF1u%2Bm42qD4KCircmudQ%40mail.gmail.com.
> Although we might want to wait for WebKit to have scrollbar-* support too before we do that.This likely isn't as important as the platforms where WebKit is most prevalent typically have overlay scrollbars by default.