Skip to content

Commit a9835de

Browse files
committed
[css-color-5] Fix section title, #8841
1 parent 07d74e2 commit a9835de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-color-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,11 +1449,11 @@ The Oklch chroma has dropped from 0.251 to 0.117.
14491449
<!-- Big Text: color() -->
14501450

14511451
<h2 id="color-function">
1452-
Specifying Custom Color Spaces: the ''color()'' Function
1452+
Specifying Predefined and Custom Color Spaces: the ''color()'' Function
14531453
</h2>
14541454

14551455
The ''color()'' function allows a color to be specified
1456-
in a particular, specified [=color space=]
1456+
in a particular, given [=color space=]
14571457
(rather than the implicit sRGB color space that most of the other color functions operate in).
14581458

14591459
In this level the ''color()'' function is extended
@@ -1462,7 +1462,7 @@ The Oklch chroma has dropped from 0.251 to 0.117.
14621462

14631463
It is also extended to allow relative, rather than just absolute, colors.
14641464

1465-
Its syntax is extended as follows:
1465+
Its syntax is now as follows:
14661466

14671467
<pre class='prod'>
14681468
<dfn>color()</dfn> = color( [from <<color>>]? <<colorspace-params>> [ / [ <<alpha-value>> | none ] ]? )

0 commit comments

Comments
 (0)