55 < head profile ="http://dublincore.org/documents/2008/08/04/dc-html/ ">
66 < title > CSS Transitions</ title >
77
8- < link href ="http://purl.org/dc/terms/ " rel =schema.dc >
8+ < link href ="http://purl.org/dc/terms/ " rel =schema.dcterms >
99 < link href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
10- rel =dc .rights>
11- < meta content ="CSS Transitions " name =dc .title>
12- < meta content =text name =dc .type>
13- < meta content =2013-03-29 name =dc .date>
14- < meta content ="L. David Baron " name =dc .creator>
15- < meta content =W3C name =dc .publisher>
10+ rel =dcterms .rights>
11+ < meta content ="CSS Transitions " name =dcterms .title>
12+ < meta content =text name =dcterms .type>
13+ < meta content =2013-05-06 name =dcterms .date>
14+ < meta content ="L. David Baron " name =dcterms .creator>
15+ < meta content =W3C name =dcterms .publisher>
1616 < meta content ="http://dev.w3.org/csswg/css3-transitions/ "
17- name =dc .identifier>
17+ name =dcterms .identifier>
1818 < meta content ="text/html; charset=utf-8 " http-equiv =Content-Type >
1919 < link href ="../default.css " rel =stylesheet type ="text/css ">
2020 < style type ="text/css ">
3737
3838 < h1 > CSS Transitions</ h1 >
3939
40- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 March 2013</ h2 >
40+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 6 May 2013</ h2 >
4141
4242 < dl >
4343 < dt > This version:
@@ -1112,7 +1112,9 @@ <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.
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.
11161118 </ dl >
11171119
11181120 < dl >
@@ -1124,7 +1126,8 @@ <h2 id=transition-events><span class=secno>5. </span><a
11241126 < dd > The amount of time the transition has been running, in seconds,
11251127 when this event fired. Note that this value is not affected by the
11261128 value of < a href ="#transition-delay "> < code
1127- class =property > transition-delay</ code > </ a > .
1129+ class =property > transition-delay</ code > </ a > . When an event is created
1130+ the attribute must be initialized to zero.
11281131 </ dl >
11291132
11301133 < dl >
@@ -1137,13 +1140,14 @@ <h2 id=transition-events><span class=secno>5. </span><a
11371140 which the transition occured (in which case the target of the event
11381141 is that pseudo-element's corresponding element), or the empty string
11391142 if the transition occurred on an element (which means the target of
1140- the event is that element).
1143+ the event is that element). When an event is created the attribute
1144+ must be initialized to the empty string.
11411145 </ dl >
11421146 </ dl >
11431147
11441148 < p > < code id =TransitionEvent-constructor > TransitionEvent(type,
11451149 transitionEventInitDict)</ code > is an < a class =external
1146- href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-constructor "> event
1150+ href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events "> event
11471151 constructor</ a > .
11481152 </ dl >
11491153
@@ -1618,7 +1622,7 @@ <h3 class=no-num id=normative-references>Normative references</h3>
16181622 <!-- Sorted by label -->
16191623
16201624 < dl class =bibliography >
1621- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1625+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
16221626 <!---->
16231627 </ dl >
16241628 <!--end-normative-->
@@ -1628,7 +1632,7 @@ <h3 class=no-num id=other-references>Other references</h3>
16281632 <!-- Sorted by label -->
16291633
16301634 < dl class =bibliography >
1631- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1635+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
16321636 <!---->
16331637
16341638 < dt id =CSS21 > [CSS21]
0 commit comments