I want to point out that there is some difference to the existing hsl() function, though. Namely, hwb() only supports the newer space-separated syntax, not the old comma-separated syntax. See https://bugzilla.mozilla.org/show_bug.cgi?id=1747528 for further information.
Sebastian On Fri, 26 Nov 2021 at 13:37, Emilio Cobos Álvarez <[email protected]> wrote: > Summary: Enable hwb() color support (spec contains reasoning as for why > is it useful). The code was contributed by Adobe in: > > https://github.com/servo/rust-cssparser/pull/292 > > Bug: https://bugzil.la/1352755 > > Standard: https://drafts.csswg.org/css-color-4/#the-hwb-notation > > Platform coverage: All > > Preference: None (it's a trivial extension to the already-shipping hsl() > code, so I think we probably don't need it). > > DevTools bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1743107 > > Other browsers: > > * WebKit/Safari supports this. > * Chromium doesn't. > > web-platform-tests: There are quite a few and we pass them with the patch. > > -- Emilio > > -- > You received this message because you are subscribed to the Google Groups " > [email protected]" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/caa06414-0b4d-021a-616c-5ea53d65bca7%40mozilla.com > . > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAERejNbJ3vnY4ZjrLQgsRijWSK6uqci7fWyC15HTmd_0tQ931A%40mail.gmail.com.
