We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8842f89 commit 3e5f8bcCopy full SHA for 3e5f8bc
1 file changed
css-color-5/Overview.bs
@@ -766,6 +766,14 @@ This provides Web compatibility; legacy sRGB content interpolates in the sRGB sp
766
Interpolating to or from ''<color>/currentcolor'' is possible.
767
The numerical value used for this purpose is the used value.
768
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
+
777
Color space for interpolation {#interpolation-space}
778
------------------------------
779
0 commit comments