mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Update docs to reference CSS Color Module Level 3
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
This commit is contained in:
parent
7cea688a1c
commit
583257f093
@ -3248,7 +3248,7 @@ Colors
|
|||||||
`#RRGGBBAA` defines a color in hexadecimal format and alpha channel.
|
`#RRGGBBAA` defines a color in hexadecimal format and alpha channel.
|
||||||
|
|
||||||
Named colors are also supported and are equivalent to
|
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
|
To specify the value of the alpha channel, append `#A` or `#AA` to the end of
|
||||||
the color name (e.g. `colorname#08`).
|
the color name (e.g. `colorname#08`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user