css3-transitions/Overview.src.html

changeset 7403
d2394bced381
parent 7396
3d711398f7a6
child 7404
657409c47419
     1.1 --- a/css3-transitions/Overview.src.html	Thu Feb 07 11:58:14 2013 -0800
     1.2 +++ b/css3-transitions/Overview.src.html	Fri Feb 08 00:21:02 2013 -0800
     1.3 @@ -1056,7 +1056,7 @@
     1.4        </p>
     1.5        <dl>
     1.6          <dt>
     1.7 -          <b>Interface <i><a id="Events-TransitionEvent" name='Events-TransitionEvent'>TransitionEvent</a></i></b>
     1.8 +          <b>Interface <dfn id="Events-TransitionEvent">TransitionEvent</dfn></b>
     1.9          </dt>
    1.10          <dd>
    1.11            <p>
    1.12 @@ -1090,7 +1090,7 @@
    1.13              <dd>
    1.14                <dl>
    1.15                  <dt>
    1.16 -                  <code class='attribute-name'><a id="Events-TransitionEvent-propertyName" name='Events-TransitionEvent-propertyName'>propertyName</a></code> of type <code>DOMString</code>, readonly
    1.17 +                  <code class='attribute-name'><dfn title="TransitionEvent::propertyName" id="Events-TransitionEvent-propertyName">propertyName</dfn></code> of type <code>DOMString</code>, readonly
    1.18                  </dt>
    1.19                  <dd>
    1.20                    The name of the CSS property associated with the transition.
    1.21 @@ -1098,7 +1098,7 @@
    1.22                </dl>
    1.23                <dl>
    1.24                  <dt>
    1.25 -                  <code class='attribute-name'><a id="Events-TransitionEvent-elapsedTime" name='Events-TransitionEvent-elapsedTime'>elapsedTime</a></code> of type <code>float</code>, readonly
    1.26 +                  <code class='attribute-name'><dfn title="TransitionEvent::elapsedTime" id="Events-TransitionEvent-elapsedTime">elapsedTime</dfn></code> of type <code>float</code>, readonly
    1.27                  </dt>
    1.28                  <dd>
    1.29                    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.30 @@ -1106,7 +1106,7 @@
    1.31                </dl>
    1.32                <dl>
    1.33                  <dt>
    1.34 -                  <code class='attribute-name'><a id="Events-TransitionEvent-pseudoElement" name='Events-TransitionEvent-pseudoElement'>pseudoElement</a></code> of type <code>DOMString</code>, readonly
    1.35 +                  <code class='attribute-name'><dfn title="TransitionEvent::pseudoElement" id="Events-TransitionEvent-pseudoElement">pseudoElement</dfn></code> of type <code>DOMString</code>, readonly
    1.36                  </dt>
    1.37                  <dd>
    1.38                    The name (beginning with two colons) of the CSS

mercurial