HWB (short for Hue-Whiteness-Blackness) is another method of specifying sRGB colors, similar to HSL, but often even easier for humans to work with. It describes colors with a starting hue, then a degree of whiteness and blackness to mix into that base hue.
Example CSS declaration: color:hwb(194 0% 0%);
Since hwb() resolves to RGB, it's a relatively straightforward addition that doesn't add complexity or performance concerns.
CL: https://chromium-review.googlesource.com/c/chromium/src/+/3404291
No milestones specified
--
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/CAKFBnUoZTq_4U9-ocMkOPDczeZ6DSfdCLZGkY8Crbp0tT68OxA%40mail.gmail.com.
Anders,Which version of Chrome do you hope to ship in?
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAKFBnUoVwb_QgJQn%3DoL5Jba35z-Zp013EKppDjUCR_pGOKj0eg%40mail.gmail.com.
LGTM3
/Daniel
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAL5BFfWUWdyzJJ7zZLOPz9w%3Dkk9_RDrDJGmV9%3D2PuTSmqKOojw%40mail.gmail.com.