TIME:
Timer: 0
Backgroundcolor = #ff0000

EXPECTED BEHAVIOR:
animateColor will begin at 1 second and have a duration of 2 seconds.
note additive=sum so all colors have a red value of FF.
At 0 seconds, the color will be RED - #FF0000.     
Just after 1 second, animateColor begins and the color will imediately turn to #FFFF00.     
At 1.5 seconds, the midpoint of animateColor, the color value will be #FF00FF.     
At 3 seconds, the color will still be #FF00FF and animateColor Ends.
After animateColor ends, the timedElement should REMOVE, leaving the color RED.     
**Note: calcmode="discrete" color values jump from one to the next without animation

SAMPLE CODE:
<div id="timedElement" style="border:1px solid black;background:RED; width:100; height:100;"></div>
<t:animateColor targetElement="timedElement" attributeName="backgroundColor" begin="1s" dur="2s" additive="sum" values="#ff0000;#00ff00;#0000ff" fill="remove" calcmode="discrete"></t:animateColor>

INFORMATION:
Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 10/09/2000
Module: animation
Feature: animateColor calcmode=discrete, values list, additive=sum, fill=remove
File Name: animateColor_values_remove_discrete.htm
Media Components: None