References
Libraries
Warnings that can occur while parsing CSS.
Unlike GtkCssParserError’s, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.
GtkCssParserError
The given construct is deprecated and will be removed in a future version
A syntax construct was used that should be avoided
A feature is not implemented
CssParserWarning.DEPRECATED
CssParserWarning.SYNTAX
CssParserWarning.UNIMPLEMENTED