css-transitions/Overview.src.html

changeset 8064
172f4f12f059
parent 7921
0bc709e6bef5
child 8066
3ee3ec0b5a5b
     1.1 --- a/css-transitions/Overview.src.html	Mon May 06 17:22:55 2013 -0700
     1.2 +++ b/css-transitions/Overview.src.html	Mon May 06 17:23:49 2013 -0700
     1.3 @@ -1100,6 +1100,8 @@
     1.4                  </dt>
     1.5                  <dd>
     1.6                    The name of the CSS property associated with the transition.
     1.7 +                  When an event is created the attribute
     1.8 +                  must be initialized to the empty string.
     1.9                  </dd>
    1.10                </dl>
    1.11                <dl>
    1.12 @@ -1108,6 +1110,8 @@
    1.13                  </dt>
    1.14                  <dd>
    1.15                    The amount of time the transition has been running, in seconds, when this event fired. Note that this value is not affected by the value of <code class="property">transition-delay</code>.
    1.16 +                  When an event is created the attribute
    1.17 +                  must be initialized to zero.
    1.18                  </dd>
    1.19                </dl>
    1.20                <dl>
    1.21 @@ -1121,13 +1125,15 @@
    1.22                    pseudo-element's corresponding element), or the empty
    1.23                    string if the transition occurred on an element (which
    1.24                    means the target of the event is that element).
    1.25 +                  When an event is created the attribute
    1.26 +                  must be initialized to the empty string.
    1.27                  </dd>
    1.28                </dl>
    1.29              </dd>
    1.30            </dl>
    1.31            <p>
    1.32              <code id="TransitionEvent-constructor">TransitionEvent(type, transitionEventInitDict)</code>
    1.33 -            is an <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-constructor">event constructor</a>.
    1.34 +            is an <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
    1.35            </p>
    1.36          </dd>
    1.37        </dl>

mercurial