Merge branch 'rgba-for-master' into 'master'

docs: standard names are CSS names, not X11 names

See merge request GNOME/gtk!4100
This commit is contained in:
Matthias Clasen 2021-10-27 23:27:42 +00:00
commit cadeca27de

View File

@ -165,7 +165,7 @@ parse_rgb_value (const char *str,
*
* The string can be either one of:
*
* - A standard name (Taken from the X11 rgb.txt file).
* - A standard name (Taken from the Css specification).
* - A hexadecimal value in the form \#rgb, \#rrggbb,
* \#rrrgggbbb or \#rrrrggggbbbb
* - A hexadecimal value in the form \#rgba, \#rrggbbaa,