File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -766,6 +766,14 @@ This provides Web compatibility; legacy sRGB content interpolates in the sRGB sp
766766Interpolating to or from ''<color>/currentcolor'' is possible.
767767The numerical value used for this purpose is the used value.
768768
769+ ISSUE: Computed value needs to be able to represent
770+ combinations of ''currentColor'' and an actual color.
771+ Consider the value of 'text-emphasis-color' in
772+ <code> div { text-emphasis: circle; transition: all 2s; }<br>
773+ div:hover { text-emphasis-color: lime; }<br>
774+ em { color: red; }</code>
775+ See <a href="https://github.com/w3c/csswg-drafts/issues/445">Issue 445</a> .
776+
769777Color space for interpolation {#interpolation-space}
770778------------------------------
771779
You can’t perform that action at this time.
0 commit comments