@@ -90,6 +90,9 @@ Introduction {#intro}
9090██ ██ ██ ██ ██
9191██ ██ ████ ██ ██
9292-->
93+ <!--
94+ https://caniuse.com/mdn-css_types_color_color-mix
95+ -->
9396
9497Mixing colors: the ''color-mix()'' function {#color-mix}
9598=====================================================
@@ -592,12 +595,25 @@ which is rgb(52.446% 45.821% 62.953%)
592595</div>
593596-->
594597
595- <!-- IMPLEMENTATIONS
598+ <!-- color-mix() IMPLEMENTATIONS
596599
597600 Chrome, sRGB only for now
598601 Implement basic color-mix() functionality, and expose it to chrome code and to content behind a pref.
599602 https://bugzilla.mozilla.org/show_bug.cgi?id=1695376
600603
604+ Gecko,
605+ Implement CSS color-mix function
606+ https://bugzilla.mozilla.org/show_bug.cgi?id=1682436
607+
608+ DevTools should understand the color-mix() function
609+ https://bugzilla.mozilla.org/show_bug.cgi?id=1695382
610+
611+ [Closed] Implement basic color-mix() functionality, and expose it to chrome code and to content behind a pref.
612+ https://bugzilla.mozilla.org/show_bug.cgi?id=1695376
613+
614+ WebKit
615+ Implemented, shipped in Safari 15.0 as experimental
616+
601617-->
602618
603619<!--
@@ -609,6 +625,9 @@ which is rgb(52.446% 45.821% 62.953%)
609625██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██
610626 ██████ ███████ ██ ██ ██ ██ ██ ██ ██ ██████ ██
611627-->
628+ <!--
629+ https://caniuse.com/mdn-css_types_color_color-contrast
630+ -->
612631
613632Selecting the most contrasting color: the ''color-contrast()'' function {#colorcontrast}
614633========================================================================================
0 commit comments