TIMER:
Timer: 0

EXPECTED BEHAVIOR:
T:SET will begin at 2 seconds and have a duration of 2 seconds.
At 1 second, blue box will appear.
At 2 seconds, blue box width will be set to 350.
At 4 seconds, this will repeat.
At 6 seconds, width will be removed leaving the original blue box.
**Note the t:set is nested into the div tag causing no need for the targetElement attribute.
Additive=sum should be ignored.

SAMPLE CODE:
<div id=d1 style="background-color:blue;width:150; height:150"
<t:set attributeName="width" to="350" begin="2" dur="2" repeatCount="2" additive="sum"/>
</div>

INFORMATION:
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/01/2000
Module: Set
Feature: attributeName=width, begin, dur, repeatCount, additive
File Name: set_attName_width_nested_begin_dur_repeatCount_additive.htm
Media Components: none