Use gtk_css_parser_consume_function, for better error handling. We are now getting the expected error for color(srgb 1 2 3 4 5 6) Test included.
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
color {
|
|
color: color(srgb 1 2 3 4 5 6);
|
|
}
|