css3-transitions/Overview.src.html

changeset 6739
f4ccc8c2ecf0
parent 6736
096a42f389d8
child 7174
ab47414d690c
     1.1 --- a/css3-transitions/Overview.src.html	Thu Sep 20 12:24:06 2012 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Sep 20 12:31:33 2012 -0700
     1.3 @@ -201,7 +201,7 @@
     1.4                <em>Value:</em>
     1.5              </td>
     1.6              <td>
     1.7 -              none | &lt;single-transition-property&gt; [ ',' &lt;single-transition-property&gt; ]*
     1.8 +              none | <span>&lt;single-transition-property&gt;</span> [ ',' <span>&lt;single-transition-property&gt;</span> ]*
     1.9              </td>
    1.10            </tr>
    1.11            <tr>
    1.12 @@ -272,7 +272,7 @@
    1.13        </table>
    1.14  
    1.15        <div class="prod">
    1.16 -        <dfn>&lt;single-transition-property&gt;</dfn> = all | &lt;IDENT&gt;
    1.17 +        <dfn id="single-transition-property">&lt;single-transition-property&gt;</dfn> = all | &lt;IDENT&gt;
    1.18        </div>
    1.19  
    1.20        <p>
    1.21 @@ -340,7 +340,7 @@
    1.22                <em>Value:</em>
    1.23              </td>
    1.24              <td>
    1.25 -              &lt;time&gt; [, &lt;time&gt;]*
    1.26 +              <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
    1.27              </td>
    1.28            </tr>
    1.29            <tr>
    1.30 @@ -503,7 +503,7 @@
    1.31                <em>Value:</em>
    1.32              </td>
    1.33              <td>
    1.34 -              &lt;single-transition-timing-function&gt; [ ',' &lt;single-transition-timing-function&gt; ]*
    1.35 +              <span>&lt;single-transition-timing-function&gt;</span> [ ',' <span>&lt;single-transition-timing-function&gt;</span> ]*
    1.36              </td>
    1.37            </tr>
    1.38            <tr>
    1.39 @@ -573,7 +573,7 @@
    1.40          </tbody>
    1.41        </table>
    1.42        <div class="prod">
    1.43 -        <dfn>&lt;single-transition-timing-function&gt;</dfn> = ease | linear | ease-in | ease-out | ease-in-out | step-start | step-end | steps(&lt;integer&gt;[, [ start | end ] ]?) | cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)
    1.44 +        <dfn id="single-transition-timing-function">&lt;single-transition-timing-function&gt;</dfn> = ease | linear | ease-in | ease-out | ease-in-out | step-start | step-end | steps(&lt;integer&gt;[, [ start | end ] ]?) | cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)
    1.45        </div>
    1.46        <p>
    1.47          The timing functions have the following definitions.
    1.48 @@ -669,7 +669,7 @@
    1.49                <em>Value:</em>
    1.50              </td>
    1.51              <td>
    1.52 -              &lt;time&gt; [, &lt;time&gt;]*
    1.53 +              <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
    1.54              </td>
    1.55            </tr>
    1.56            <tr>
    1.57 @@ -759,7 +759,7 @@
    1.58                <em>Value:</em>
    1.59              </td>
    1.60              <td>
    1.61 -              &lt;single-transition&gt; [ ',' &lt;single-transition&gt; ]*
    1.62 +              <span>&lt;single-transition&gt;</span> [ ',' <span>&lt;single-transition&gt;</span> ]*
    1.63              </td>
    1.64            </tr>
    1.65            <tr>
    1.66 @@ -830,7 +830,7 @@
    1.67        </table>
    1.68  
    1.69        <div class="prod">
    1.70 -        <dfn>&lt;single-transition&gt;</dfn> = [ none | &lt;single-transition-property&gt; ] || &lt;time&gt; || &lt;single-transition-timing-function&gt; || &lt;time&gt;
    1.71 +        <dfn id="single-transition">&lt;single-transition&gt;</dfn> = [ none | <span>&lt;single-transition-property&gt;</span> ] || <span>&lt;time&gt;</span> || <span>&lt;single-transition-timing-function&gt;</span> || <span>&lt;time&gt;</span>
    1.72        </div>
    1.73  
    1.74        <p>
    1.75 @@ -848,9 +848,9 @@
    1.76        </p>
    1.77  
    1.78        <p>
    1.79 -        If there is more than one &lt;single-transition&gt; in the shorthand,
    1.80 +        If there is more than one <span>&lt;single-transition&gt;</span> in the shorthand,
    1.81          and any of the transitions has
    1.82 -        ''none'' as the &lt;single-transition-property&gt;,
    1.83 +        ''none'' as the <span>&lt;single-transition-property&gt;</span>,
    1.84          then the declaration is invalid.
    1.85        </p>
    1.86  

mercurial