Make it more obvious in the <dl> that steps() and cubic-bezier() are functions. Editorial.

Fri, 11 May 2012 12:24:49 +0200

author
L. David Baron <dbaron@dbaron.org>
date
Fri, 11 May 2012 12:24:49 +0200
changeset 5759
b3604b95bdd2
parent 5758
b157f82de9ad
child 5760
6cdcfb7bf420

Make it more obvious in the <dl> that steps() and cubic-bezier() are functions. Editorial.

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 May 11 12:03:26 2012 +0200
     1.2 +++ b/css3-transitions/Overview.html	Fri May 11 12:24:49 2012 +0200
     1.3 @@ -26,14 +26,14 @@
     1.4  
     1.5     <h1>CSS Transitions</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 May 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12  
    1.13 -    <dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120420/">
    1.14 +    <dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120511/">
    1.15       http://dev.w3.org/csswg/css3-transitions/</a>
    1.16 -     <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120420/-->
    1.17 +     <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120511/-->
    1.18  
    1.19      <dt>Latest version:
    1.20  
    1.21 @@ -621,7 +621,7 @@
    1.22  
    1.23     <dd> The step-end function is equivalent to steps(1, end).
    1.24  
    1.25 -   <dt> steps
    1.26 +   <dt> steps(&lt;integer&gt;[, [ start | end ] ]?)
    1.27  
    1.28     <dd> Specifies a stepping function, described above, taking two
    1.29      parameters. The first parameter specifies the number of intervals in the
    1.30 @@ -633,7 +633,8 @@
    1.31      omitted, it is given the value &lsquo;<code
    1.32      class=property>end</code>&rsquo;.
    1.33  
    1.34 -   <dt> cubic-bezier
    1.35 +   <dt> cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;,
    1.36 +    &lt;number&gt;)
    1.37  
    1.38     <dd> Specifies a <a
    1.39      href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
    1.40 @@ -1567,10 +1568,10 @@
    1.41     <dt id=CSS3-TRANSFORMS>[CSS3-TRANSFORMS]
    1.42  
    1.43     <dd>Simon Fraser; et al. <a
    1.44 -    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120228/"><cite>CSS
    1.45 -    Transforms.</cite></a> 28 February 2012. W3C Working Draft. (Work in
    1.46 +    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120403/"><cite>CSS
    1.47 +    Transforms.</cite></a> 3 April 2012. W3C Working Draft. (Work in
    1.48      progress.) URL: <a
    1.49 -    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120228/">http://www.w3.org/TR/2012/WD-css3-transforms-20120228/</a>
    1.50 +    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120403/">http://www.w3.org/TR/2012/WD-css3-transforms-20120403/</a>
    1.51      </dd>
    1.52     <!---->
    1.53    </dl>
    1.54 @@ -1597,10 +1598,10 @@
    1.55     <dt id=CSS3-IMAGES>[CSS3-IMAGES]
    1.56  
    1.57     <dd>Elika J. Etemad; Tab Atkins Jr. <a
    1.58 -    href="http://www.w3.org/TR/2012/WD-css3-images-20120112/"><cite>CSS Image
    1.59 -    Values and Replaced Content Module Level 3.</cite></a> 12 January 2012.
    1.60 -    W3C Working Draft. (Work in progress.) URL: <a
    1.61 -    href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
    1.62 +    href="http://www.w3.org/TR/2012/CR-css3-images-20120417/"><cite>CSS Image
    1.63 +    Values and Replaced Content Module Level 3.</cite></a> 17 April 2012. W3C
    1.64 +    Candidate Recommendation. (Work in progress.) URL: <a
    1.65 +    href="http://www.w3.org/TR/2012/CR-css3-images-20120417/">http://www.w3.org/TR/2012/CR-css3-images-20120417/</a>
    1.66      </dd>
    1.67     <!---->
    1.68    </dl>
    1.69 @@ -1612,7 +1613,7 @@
    1.70    <table class=proptable>
    1.71     <thead>
    1.72      <tr>
    1.73 -     <th>properties
    1.74 +     <th>Property
    1.75  
    1.76       <th>Values
    1.77  
     2.1 --- a/css3-transitions/Overview.src.html	Fri May 11 12:03:26 2012 +0200
     2.2 +++ b/css3-transitions/Overview.src.html	Fri May 11 12:24:49 2012 +0200
     2.3 @@ -562,7 +562,7 @@
     2.4            The step-end function is equivalent to steps(1, end).
     2.5          </dd>
     2.6          <dt>
     2.7 -          steps
     2.8 +          steps(&lt;integer&gt;[, [ start | end ] ]?)
     2.9          </dt>
    2.10          <dd>
    2.11            Specifies a stepping function, described above, taking two
    2.12 @@ -574,7 +574,7 @@
    2.13            If the second parameter is omitted, it is given the value 'end'.
    2.14          </dd>
    2.15          <dt>
    2.16 -          cubic-bezier
    2.17 +          cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)
    2.18          </dt>
    2.19          <dd>
    2.20            Specifies a <a

mercurial