Skip to content

Commit 3e5f8bc

Browse files
committed
[css-color-5] port w3c#445 here
1 parent 8842f89 commit 3e5f8bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-color-5/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,14 @@ This provides Web compatibility; legacy sRGB content interpolates in the sRGB sp
766766
Interpolating to or from ''<color>/currentcolor'' is possible.
767767
The 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+
769777
Color space for interpolation {#interpolation-space}
770778
------------------------------
771779

0 commit comments

Comments
 (0)