Skip to content

Commit e67e18b

Browse files
committed
[css-color-4] currentColor's computed value is not the resolved color.
1 parent 2afd13a commit e67e18b

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
@@ -730,7 +730,7 @@ The ''transparent'' keyword</h3>
730730
The ''<color>/currentcolor'' keyword</h3>
731731

732732
The keyword <dfn value for="<color>">currentcolor</dfn> represents value of the 'color' property on the same element.
733-
Its <a>computed value</a> and <a>used values</a> are determined by <a>resolving color values</a>.
733+
Its <a>used values</a> is determined by <a>resolving color values</a>.
734734

735735
<div class='example'>
736736
Here's a simple example showing how to use the ''<color>/currentcolor'' keyword:

0 commit comments

Comments
 (0)