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 will move left to 300.
At 4 seconds, this will repeat.
At 6 seconds, blue box will move back to original position.
**Note the t:set is nested into the div tag causing no need for the targetName attribute.
Accumulate=sum should be ignored.

SAMPLE CODE:
<div style="position:absolute; background-color:blue; left:5; width:150; height:150">
<t:set attributeName="left" to="300" begin="2" dur="2" repeatDur="2" autoreverse="true" />
</div>

INFORMATION:
Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/01/2000
Module: Set
Feature: attributeName=left, begin, dur, autoReverse
File Name: set_attName_left_nested_begin_dur_autoReverse.htm
Media Components: images/smile.jpg, images/frown.jpg