Deprecated -webkit- prefixDeprecated -webkit- Prefix
A -webkit- prefixed property is deprecated and should be replaced with the standard version.
Invalid property valueThe value assigned to a CSS property is not valid for that property.
The property value does not match any accepted format for the CSS property. This can be a misspelled keyword, missing unit, wrong function syntax, or a value that is not supported by the property.
Check the MDN documentation for valid values. Add units to numeric values (px, em, rem). Use correct keyword values. Validate color, gradient, and function syntax.
div { color: notacolor; }Deprecated -webkit- prefixA -webkit- prefixed property is deprecated and should be replaced with the standard version.
Invalid clamp() syntaxThe clamp() function has incorrect syntax or parameters.
Invalid selectorThe CSS selector syntax is not valid.
Transition on displayA CSS transition is not working because the display property cannot be transitioned.
Invalid calc() expressionThe calc() function has a syntax error.
Specificity conflictA CSS rule is not applied because a more specific selector overrides it.