@@ -1094,11 +1094,11 @@ <h2 id=transition-events><span class=secno>5. </span><a
10941094 id =TransitionEventInit > TransitionEventInit</ dfn > : < a class =external
10951095 href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit "> EventInit</ a > {
10961096 DOMString < a
1097- href ="#Events-TransitionEvent-propertyName "> propertyName</ a > ;
1097+ href ="#Events-TransitionEvent-propertyName "> propertyName</ a > = "" ;
10981098 float < a
1099- href ="#Events-TransitionEvent-elapsedTime "> elapsedTime</ a > ;
1099+ href ="#Events-TransitionEvent-elapsedTime "> elapsedTime</ a > = 0.0 ;
11001100 DOMString < a
1101- href ="#Events-TransitionEvent-pseudoElement "> pseudoElement</ a > ;
1101+ href ="#Events-TransitionEvent-pseudoElement "> pseudoElement</ a > = "" ;
11021102 }
11031103 </ pre >
11041104 </ div >
@@ -1112,9 +1112,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
11121112 title ="TransitionEvent::propertyName "> propertyName</ dfn > </ code > of
11131113 type < code > DOMString</ code > , readonly
11141114
1115- < dd > The name of the CSS property associated with the transition. When
1116- an event is created the attribute must be initialized to the empty
1117- string.
1115+ < dd > The name of the CSS property associated with the transition.
11181116 </ dl >
11191117
11201118 < dl >
@@ -1126,8 +1124,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
11261124 < dd > The amount of time the transition has been running, in seconds,
11271125 when this event fired. Note that this value is not affected by the
11281126 value of < a href ="#transition-delay "> < code
1129- class =property > transition-delay</ code > </ a > . When an event is created
1130- the attribute must be initialized to zero.
1127+ class =property > transition-delay</ code > </ a > .
11311128 </ dl >
11321129
11331130 < dl >
@@ -1140,8 +1137,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
11401137 which the transition occured (in which case the target of the event
11411138 is that pseudo-element's corresponding element), or the empty string
11421139 if the transition occurred on an element (which means the target of
1143- the event is that element). When an event is created the attribute
1144- must be initialized to the empty string.
1140+ the event is that element).
11451141 </ dl >
11461142 </ dl >
11471143
@@ -1610,8 +1606,8 @@ <h3 id=animatable-svg><span class=secno>7.2. </span><a
16101606 < h2 id =acknowledgments > < span class =secno > 8. </ span > Acknowledgments</ h2 >
16111607
16121608 < p > Thanks especially to the feedback from Tab Atkins, Carine Bournez, Aryeh
1613- Gregor, Vincent Hardy, Cameron McCormack, Alex Mogilevsky, and all the
1614- rest of the < a
1609+ Gregor, Vincent Hardy, Anne van Kesteren, Cameron McCormack, Alex
1610+ Mogilevsky, and all the rest of the < a
16151611 href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style</ a >
16161612 community.
16171613
0 commit comments