Skip to content

Commit c28b88b

Browse files
committed
[css-color-4] percentage opacity is allowed. Fix w3c#3758
1 parent de5020e commit c28b88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ Transparency: the 'opacity' property</h2>
24592459
Initial: 1
24602460
Applies to: all elements
24612461
Inherited: no
2462-
Percentages: N/A
2462+
Percentages: map to the range [0,1]
24632463
Computed value: specified number, clamped to the range [0,1]
24642464
Animation type: by computed value type
24652465
</pre>

0 commit comments

Comments
 (0)