Skip to content

Commit a2795a2

Browse files
committed
2009-11-22 dbaron@dbaron.org
- note open issue on whether colors are interpolated premultiplied or not
1 parent 4021f48 commit a2795a2

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

css3-transitions/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2009-11-22 dbaron@dbaron.org
22

3+
- note open issue on whether colors are interpolated premultiplied or not
34
- added myself as a co-editor
45
- added section on Starting of transitions to address the following issues:
56
http://lists.w3.org/Archives/Public/www-style/2009Jun/0121.html

css3-transitions/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,8 @@ <h2 id=animation-of-property-types-><span class=secno>6 </span> Animation
945945
<ul>
946946
<li> <strong>color</strong>: interpolated via red, green, blue and alpha
947947
components (treating each as a number, see below).
948+
<div class=issue>Issue: Are the colors interpolated in premultiplied
949+
space or non-premultiplied space?</div>
948950

949951
<li> <strong>length</strong>: interpolated as real numbers.
950952

css3-transitions/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,8 @@ <h2>
913913
<li>
914914
<strong>color</strong>: interpolated via red, green, blue and alpha
915915
components (treating each as a number, see below).
916+
<div class=issue>Issue: Are the colors interpolated in
917+
premultiplied space or non-premultiplied space?</div>
916918
</li>
917919
<li>
918920
<strong>length</strong>: interpolated as real numbers.

0 commit comments

Comments
 (0)