Skip to content

Commit 32fd71c

Browse files
committed
[css-color] Fix computed/animated value for opacity
1 parent 3a98906 commit 32fd71c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-color/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,8 @@ Transparency: the 'opacity' property</h2>
27012701
Inherited: no
27022702
Percentages: N/A
27032703
Media: visual
2704-
Computed value: The specified value, clamped to the range [0,1].
2704+
Computed value: the specified value converted to a number, clamped to the range [0,1]
2705+
Animation type: as number
27052706
</pre>
27062707

27072708
<dl>

0 commit comments

Comments
 (0)