Skip to content

Commit 519cade

Browse files
committed
[css-color-4] Clarify sRGB and non-sRGB spaces
1 parent 467f537 commit 519cade

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css-color-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ Resolving <<color>> Values</h3>
237237

238238
Issue(3845): When should channel-clamping occur?
239239

240-
<h2 id='numeric-rgb'>
241-
RGB Colors</h2>
240+
<h2 id='numeric-srgb'>
241+
sRGB Colors</h2>
242242

243243
CSS colors in the sRGB color space are represented by a triplet of values--
244244
red, green, and blue--
@@ -248,6 +248,9 @@ RGB Colors</h2>
248248
but is also useful for specifying colors on other types of devices, like printers.
249249
(See [[COLORIMETRY]].)
250250

251+
CSS also allows the use of non-sRGB colorspaces,
252+
as described in [[#predefined]].
253+
251254
CSS provides several methods of directly specifying an sRGB color:
252255
[=hex colors=],
253256
''rgb()''/''rgba()'' notation,

0 commit comments

Comments
 (0)