docs: standard names are CSS names, not X11 names

We updated Pango a while ago to use these more common names, but apparently forgot the docs.
This commit is contained in:
Benjamin Otte 2021-10-27 22:12:58 +00:00
parent d7d4cef66d
commit c11a43418e

View File

@ -165,7 +165,7 @@ parse_rgb_value (const char *str,
* *
* The string can be either one of: * 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, * - A hexadecimal value in the form \#rgb, \#rrggbb,
* \#rrrgggbbb or \#rrrrggggbbbb * \#rrrgggbbb or \#rrrrggggbbbb
* - A hexadecimal value in the form \#rgba, \#rrggbbaa, * - A hexadecimal value in the form \#rgba, \#rrggbbaa,