CSS color-mix() function has partial support Browser Compatibility Check

Description

The CSS color-mix() function is not supported by all browsers.

Help

Use a fallback like color: #99f8ff; color: color-mix(in srgb, #34c9eb 50%, white); to provide a value in browsers that don’t support color-mix().

Applicable standards

Change history

  • 6.49 May 2023 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: BugCssColorMixFunction