Skip to content

Commit 845f316

Browse files
committed
Make it more obvious in the <dl> that steps() and cubic-bezier() are functions. Editorial.
1 parent 47ff9b8 commit 845f316

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

css3-transitions/Overview.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<h1>CSS Transitions</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2>
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 May 2012</h2>
3030

3131
<dl>
3232
<dt>This version:
3333

34-
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120420/">
34+
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120511/">
3535
http://dev.w3.org/csswg/css3-transitions/</a>
36-
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120420/-->
36+
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120511/-->
3737

3838
<dt>Latest version:
3939

@@ -621,7 +621,7 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
621621

622622
<dd> The step-end function is equivalent to steps(1, end).
623623

624-
<dt> steps
624+
<dt> steps(&lt;integer&gt;[, [ start | end ] ]?)
625625

626626
<dd> Specifies a stepping function, described above, taking two
627627
parameters. The first parameter specifies the number of intervals in the
@@ -633,7 +633,8 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
633633
omitted, it is given the value &lsquo;<code
634634
class=property>end</code>&rsquo;.
635635

636-
<dt> cubic-bezier
636+
<dt> cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;,
637+
&lt;number&gt;)
637638

638639
<dd> Specifies a <a
639640
href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
@@ -1567,10 +1568,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
15671568
<dt id=CSS3-TRANSFORMS>[CSS3-TRANSFORMS]
15681569

15691570
<dd>Simon Fraser; et al. <a
1570-
href="http://www.w3.org/TR/2012/WD-css3-transforms-20120228/"><cite>CSS
1571-
Transforms.</cite></a> 28 February 2012. W3C Working Draft. (Work in
1571+
href="http://www.w3.org/TR/2012/WD-css3-transforms-20120403/"><cite>CSS
1572+
Transforms.</cite></a> 3 April 2012. W3C Working Draft. (Work in
15721573
progress.) URL: <a
1573-
href="http://www.w3.org/TR/2012/WD-css3-transforms-20120228/">http://www.w3.org/TR/2012/WD-css3-transforms-20120228/</a>
1574+
href="http://www.w3.org/TR/2012/WD-css3-transforms-20120403/">http://www.w3.org/TR/2012/WD-css3-transforms-20120403/</a>
15741575
</dd>
15751576
<!---->
15761577
</dl>
@@ -1597,10 +1598,10 @@ <h3 class=no-num id=other-references>Other references</h3>
15971598
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
15981599

15991600
<dd>Elika J. Etemad; Tab Atkins Jr. <a
1600-
href="http://www.w3.org/TR/2012/WD-css3-images-20120112/"><cite>CSS Image
1601-
Values and Replaced Content Module Level 3.</cite></a> 12 January 2012.
1602-
W3C Working Draft. (Work in progress.) URL: <a
1603-
href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
1601+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/"><cite>CSS Image
1602+
Values and Replaced Content Module Level 3.</cite></a> 17 April 2012. W3C
1603+
Candidate Recommendation. (Work in progress.) URL: <a
1604+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/">http://www.w3.org/TR/2012/CR-css3-images-20120417/</a>
16041605
</dd>
16051606
<!---->
16061607
</dl>
@@ -1612,7 +1613,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16121613
<table class=proptable>
16131614
<thead>
16141615
<tr>
1615-
<th>properties
1616+
<th>Property
16161617

16171618
<th>Values
16181619

css3-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h3 id=transition-timing-function-property><a id=transition-timing-function_tag>
562562
The step-end function is equivalent to steps(1, end).
563563
</dd>
564564
<dt>
565-
steps
565+
steps(&lt;integer&gt;[, [ start | end ] ]?)
566566
</dt>
567567
<dd>
568568
Specifies a stepping function, described above, taking two
@@ -574,7 +574,7 @@ <h3 id=transition-timing-function-property><a id=transition-timing-function_tag>
574574
If the second parameter is omitted, it is given the value 'end'.
575575
</dd>
576576
<dt>
577-
cubic-bezier
577+
cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)
578578
</dt>
579579
<dd>
580580
Specifies a <a

0 commit comments

Comments
 (0)