[css3-transitions] Another index improvement for transitionend event, and fix missed edit from adding pseudoElement.

Fri, 08 Feb 2013 00:22:52 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Fri, 08 Feb 2013 00:22:52 -0800
changeset 7404
657409c47419
parent 7403
d2394bced381
child 7405
cc99097d157b

[css3-transitions] Another index improvement for transitionend event, and fix missed edit from adding pseudoElement.

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Fri Feb 08 00:21:02 2013 -0800
     1.2 +++ b/css3-transitions/Overview.html	Fri Feb 08 00:22:52 2013 -0800
     1.3 @@ -1141,18 +1141,18 @@
     1.4    <p> There is one type of transition event available.
     1.5  
     1.6    <dl>
     1.7 -   <dt> <b>transitionend</b>
     1.8 +   <dt> <b><dfn id=transitionend>transitionend</dfn></b>
     1.9  
    1.10 -   <dd> The <code>transitionend</code> event occurs at the completion of the
    1.11 -    transition. In the case where a transition is removed before completion,
    1.12 -    such as if the transition-property is removed, then the event will not
    1.13 -    fire.
    1.14 +   <dd> The <a href="#transitionend"><code>transitionend</code></a> event
    1.15 +    occurs at the completion of the transition. In the case where a
    1.16 +    transition is removed before completion, such as if the
    1.17 +    transition-property is removed, then the event will not fire.
    1.18      <ul>
    1.19       <li>Bubbles: Yes
    1.20  
    1.21       <li>Cancelable: Yes
    1.22  
    1.23 -     <li>Context Info: propertyName, elapsedTime
    1.24 +     <li>Context Info: propertyName, elapsedTime, pseudoElement
    1.25      </ul>
    1.26    </dl>
    1.27  
    1.28 @@ -1793,6 +1793,9 @@
    1.29     <li>transition-duration, <a href="#transition-duration"
    1.30      title="section 2.2."><strong>2.2.</strong></a>
    1.31  
    1.32 +   <li>transitionend, <a href="#transitionend"
    1.33 +    title="section 5."><strong>5.</strong></a>
    1.34 +
    1.35     <li>TransitionEvent, <a href="#Events-TransitionEvent"
    1.36      title="section 5."><strong>5.</strong></a>
    1.37      <ul>
     2.1 --- a/css3-transitions/Overview.src.html	Fri Feb 08 00:21:02 2013 -0800
     2.2 +++ b/css3-transitions/Overview.src.html	Fri Feb 08 00:22:52 2013 -0800
     2.3 @@ -1130,7 +1130,7 @@
     2.4        </p>
     2.5        <dl>
     2.6          <dt>
     2.7 -          <b>transitionend</b>
     2.8 +          <b><dfn>transitionend</dfn></b>
     2.9          </dt>
    2.10          <dd>
    2.11            The <code>transitionend</code> event occurs at the completion of the transition. In the
    2.12 @@ -1141,7 +1141,7 @@
    2.13              </li>
    2.14              <li>Cancelable: Yes
    2.15              </li>
    2.16 -            <li>Context Info: propertyName, elapsedTime
    2.17 +            <li>Context Info: propertyName, elapsedTime, pseudoElement
    2.18              </li>
    2.19            </ul>
    2.20          </dd>

mercurial