]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Update docs to reference CSS Color Module Level 3
authorLars Müller <34514239+appgurueu@users.noreply.github.com>
Thu, 21 Apr 2022 10:39:39 +0000 (12:39 +0200)
committersfan5 <sfan5@live.de>
Thu, 21 Apr 2022 19:45:20 +0000 (21:45 +0200)
as the named color "rebeccapurple" is unavailable, Level 4 clearly isn't supported; the link should not point to a dev version of the spec either

doc/lua_api.txt

index aa58bd48e65897c1cba1998210f024dc69d4a838..a63e7f856cfd4fd682f0e4ecc048e68edbe85bdd 100644 (file)
@@ -3248,7 +3248,7 @@ Colors
 `#RRGGBBAA` defines a color in hexadecimal format and alpha channel.
 
 Named colors are also supported and are equivalent to
-[CSS Color Module Level 4](http://dev.w3.org/csswg/css-color/#named-colors).
+[CSS Color Module Level 3](https://www.w3.org/TR/css-color-3/).
 To specify the value of the alpha channel, append `#A` or `#AA` to the end of
 the color name (e.g. `colorname#08`).