TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: attributeName=width, begin, dur.
T:SET will begin at 2 seconds and have a duration of 2 seconds.
At 1 second, blue div will appear.
At 2 seconds, div width is set to 300.
At 4 seconds, div width is set back to 300.
**Note the t:set is nested into the div tag causing no need for the targetElement attribute.

SAMPLE CODE:
<div id="div1" style="width:150; height:150; background-color:blue">
<t:set attributeName="width" to="300" begin="2" dur="2"/>
</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
File Name: set_attName_width_nested_to_begin_dur.htm
Media Components: none