CSS color()
function has partial support
Browser Compatibility Check
Description
The CSS color()
function is not supported by all browsers.
Help
Use a fallback like color: #ff8300; color: color(display-p3 1 0.5 0)
to provide a value in browsers that don’t support the color()
function.
Applicable standards
Change history
- 6.49 May 2023 CSS Colors 4 added to Firefox 113, so no longer fires for Firefox.
- 6.48 Mar 2023 CSS Colors 4 added to Chrome 111, so no longer fires for Chrome, Edge and Opera.
- 6.45 Jul 2022 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: BugCssColorProfileFunction