@@ -5630,7 +5630,7 @@ Resolving sRGB values
5630
5630
The computed and used value
5631
5631
is the corresponding sRGB color,
5632
5632
paired with the specified alpha channel
5633
- (after clamping to [0.0 , 1.0 ] )
5633
+ (after clamping to [0, 1] )
5634
5634
and defaulting to opaque if unspecified).
5635
5635
5636
5636
@@ -5661,7 +5661,7 @@ Resolving sRGB values
5661
5661
Otherwise, the specified, computed and used value
5662
5662
is the corresponding sRGB color,
5663
5663
paired with the specified alpha channel
5664
- (after clamping to [0.0 , 1.0 ] )
5664
+ (after clamping to [0, 1] )
5665
5665
and defaulting to opaque if unspecified).
5666
5666
5667
5667
For historical reasons, when ''calc()'' in sRGB colors
@@ -5928,7 +5928,7 @@ Serializing alpha values
5928
5928
This applies to any <> value which can take an optional alpha value.
5929
5929
It does not apply to the ''opacity'' property.
5930
5930
5931
- If, after clamping to the range [0.0 , 1.0 ] the alpha is exactly 1,
5931
+ If, after clamping to the range [0, 1] the alpha is 1,
5932
5932
it is omitted from the serialization;
5933
5933
an implicit value of 1 (fully opaque) is the default.
5934
5934
0 commit comments