Skip to content

Commit 59adf81

Browse files
author
Israel-4Ever
authored
Avoid inaccurately describing HSL as a "color space" (sass#504)
Closes sass#503
1 parent 45352da commit 59adf81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/documentation/values/colors.html.md.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ title: Colors
1111

1212
Sass has built-in support for color values. Just like CSS colors, they represent
1313
points in the [sRGB color space][], although many Sass [color functions][]
14-
operate in the [HSL color space][] as well. Sass colors can be written as hex
15-
codes (`#f2ece4` or `#b37399aa`), [CSS color names][] (`midnightblue`,
16-
`transparent`), or the functions [`rgb()`][], [`rgba()`][], [`hsl()`][], and
17-
[`hsla()`][].
14+
operate using [HSL coordinates][] (which are just another way of expressing sRGB
15+
colors). Sass colors can be written as hex codes (`#f2ece4` or `#b37399aa`),
16+
[CSS color names][] (`midnightblue`, `transparent`), or the functions
17+
[`rgb()`][], [`rgba()`][], [`hsl()`][], and [`hsla()`][].
1818

1919
[sRGB color space]: https://en.wikipedia.org/wiki/SRGB
2020
[color functions]: ../modules/color
21-
[HSL color space]: https://en.wikipedia.org/wiki/HSL_and_HSV
21+
[HSL coordinates]: https://en.wikipedia.org/wiki/HSL_and_HSV
2222
[CSS color names]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords
2323
[`rgb()`]: ../modules#rgb
2424
[`rgba()`]: ../modules#rgba

0 commit comments

Comments
 (0)