Skip to content

Commit bad5b16

Browse files
committed
[css-color-4] Clarify that inside the color property, it is the resolved inherited value (not the raw inherited value) that is used. Fix #10352
1 parent 7ed51a8 commit bad5b16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-color-4/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -6005,7 +6005,8 @@ Resolving values of the ''color()'' function</h3>
60056005
The ''currentcolor'' keyword computes to itself.
60066006

60076007
In the 'color' property,
6008-
the used value of ''color>/currentcolor'' is the [=inherited value=].
6008+
the used value of ''color>/currentcolor'' is the
6009+
resolved [=inherited value=].
60096010
In any other property,
60106011
its used value is the used value of the 'color' property on the same element.
60116012

0 commit comments

Comments
 (0)