We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f537 commit 519cadeCopy full SHA for 519cade
1 file changed
css-color-4/Overview.bs
@@ -237,8 +237,8 @@ Resolving <<color>> Values</h3>
237
238
Issue(3845): When should channel-clamping occur?
239
240
-<h2 id='numeric-rgb'>
241
-RGB Colors</h2>
+<h2 id='numeric-srgb'>
+sRGB Colors</h2>
242
243
CSS colors in the sRGB color space are represented by a triplet of values--
244
red, green, and blue--
@@ -248,6 +248,9 @@ RGB Colors</h2>
248
but is also useful for specifying colors on other types of devices, like printers.
249
(See [[COLORIMETRY]].)
250
251
+ CSS also allows the use of non-sRGB colorspaces,
252
+ as described in [[#predefined]].
253
+
254
CSS provides several methods of directly specifying an sRGB color:
255
[=hex colors=],
256
''rgb()''/''rgba()'' notation,
0 commit comments