Skip to content

Commit 4489e6c

Browse files
committed
[css-color-4] Clarify interpolation of legacy sRGB
1 parent a0b1b36 commit 4489e6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-color-4/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4394,9 +4394,11 @@ Color space for interpolation</h3>
43944394
The host syntax may define what the default interpolation space should be for each case,
43954395
and optionally provide syntax for authors to override this default.
43964396

4397-
If the host syntax does not define what color space interpolation should take place in,
4398-
it defaults to Lab. In that case, user agents may handle interpolation
4399-
<!-- is that realy a MAY ? -->
4397+
If the host syntax does not define what color space
4398+
interpolation should take place in,
4399+
it defaults to Lab.
4400+
4401+
However, user agents will handle interpolation
44004402
between legacy sRGB color formats
44014403
(hex colors, named colors,
44024404
''rgb()'', ''hsl()'' or ''hwb()''
@@ -4410,6 +4412,7 @@ Color space for interpolation</h3>
44104412
Issue(5928):
44114413

44124414

4415+
44134416
<h3 id="interpolation-alpha">
44144417
Interpolating with alpha</h3>
44154418

0 commit comments

Comments
 (0)