css
oklch() color not supported
oklch.*not supported|oklch.*invalid value
Fixes
- 1.Add fallback hex/rgb color before oklch
- 2.Use @supports (color: oklch(0 0 0)) detection
- 3.Check oklch values: L(0-1) C(0-0.4) H(0-360)
oklchcolorfallback
Related Errors
css3 fixes
Container queries not supported
@container.*not.*supported|container-type.*unknown
- •Add container-type: inline-size to parent
- •Check browser version supports container queries
css3 fixes
Container query: Invalid container name
container-name.*must be.*ident
- •Use valid CSS identifier for container-name
- •Don't use CSS keywords as container names
css3 fixes
Container query: No matching container ancestor
@container.*no.*ancestor.*container
- •Add container-type to an ancestor element
- •Check container-name matches query