Skip to content

Commit 0834f28

Browse files
committed
[css-transitions] Use new x# value syntax instead of x [, x]*.
1 parent e731ec8 commit 0834f28

File tree

2 files changed

+17
-27
lines changed

2 files changed

+17
-27
lines changed

css-transitions/Overview.html

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-12-09 name=dcterms.date>
13+
<meta content=2014-12-28 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-transitions/"
@@ -40,7 +40,7 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">Editor's Draft 9 December 2014</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 28 December 2014</h2>
4444

4545
<dl>
4646
<dt>This version:
@@ -383,10 +383,7 @@ <h3 id=transition-property-property><span class=secno>2.1. </span><a
383383
<th> Value:
384384

385385
<td> none | <a
386-
href="#single-transition-property">&lt;single-transition-property&gt;</a>
387-
[ ‘<code class=css>,</code><a
388-
href="#single-transition-property">&lt;single-transition-property&gt;</a>
389-
]*
386+
href="#single-transition-property">&lt;single-transition-property&gt;</a>#
390387

391388
<tr>
392389
<th> Initial:
@@ -501,7 +498,7 @@ <h3 id=transition-duration-property><span class=secno>2.2. </span><a
501498
<tr>
502499
<th> Value:
503500

504-
<td> <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
501+
<td> <span>&lt;time&gt;</span>#
505502

506503
<tr>
507504
<th> Initial:
@@ -617,10 +614,7 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
617614
<th> Value:
618615

619616
<td> <a
620-
href="#single-transition-timing-function">&lt;single-transition-timing-function&gt;</a>
621-
[ ‘<code class=css>,</code><a
622-
href="#single-transition-timing-function">&lt;single-transition-timing-function&gt;</a>
623-
]*
617+
href="#single-transition-timing-function">&lt;single-transition-timing-function&gt;</a>#
624618

625619
<tr>
626620
<th> Initial:
@@ -760,7 +754,7 @@ <h3 id=transition-delay-property><span class=secno>2.4. </span><a
760754
<tr>
761755
<th> Value:
762756

763-
<td> <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
757+
<td> <span>&lt;time&gt;</span>#
764758

765759
<tr>
766760
<th> Initial:
@@ -823,9 +817,7 @@ <h3 id=transition-shorthand-property><span class=secno>2.5. </span><a
823817
<tr>
824818
<th> Value:
825819

826-
<td> <a href="#single-transition">&lt;single-transition&gt;</a> [
827-
<code class=css>,</code><a
828-
href="#single-transition">&lt;single-transition&gt;</a> ]*
820+
<td> <a href="#single-transition">&lt;single-transition&gt;</a>#
829821

830822
<tr>
831823
<th> Initial:
@@ -2093,7 +2085,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20932085
<tr>
20942086
<th><a class=property href="#transition">transition</a>
20952087

2096-
<td>&lt;single-transition&gt; [ ‘,’ &lt;single-transition&gt; ]*
2088+
<td>&lt;single-transition&gt;#
20972089

20982090
<td>see individual properties
20992091

@@ -2108,7 +2100,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21082100
<tr>
21092101
<th><a class=property href="#transition-delay">transition-delay</a>
21102102

2111-
<td>&lt;time&gt; [, &lt;time&gt;]*
2103+
<td>&lt;time&gt;#
21122104

21132105
<td>0s
21142106

@@ -2124,7 +2116,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21242116
<th><a class=property
21252117
href="#transition-duration">transition-duration</a>
21262118

2127-
<td>&lt;time&gt; [, &lt;time&gt;]*
2119+
<td>&lt;time&gt;#
21282120

21292121
<td>0s
21302122

@@ -2140,8 +2132,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21402132
<th><a class=property
21412133
href="#transition-property">transition-property</a>
21422134

2143-
<td>none | &lt;single-transition-property&gt; [ ‘,’
2144-
&lt;single-transition-property&gt; ]*
2135+
<td>none | &lt;single-transition-property&gt;#
21452136

21462137
<td>all
21472138

@@ -2157,8 +2148,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21572148
<th><a class=property
21582149
href="#transition-timing-function">transition-timing-function</a>
21592150

2160-
<td>&lt;single-transition-timing-function&gt; [ ‘,’
2161-
&lt;single-transition-timing-function&gt; ]*
2151+
<td>&lt;single-transition-timing-function&gt;#
21622152

21632153
<td>ease
21642154

css-transitions/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h3 id="transition-property-property"><a title="" id="the-transition-property-pr
213213
Value:
214214
</th>
215215
<td>
216-
none | <span>&lt;single-transition-property&gt;</span> [ ',' <span>&lt;single-transition-property&gt;</span> ]*
216+
none | <span>&lt;single-transition-property&gt;</span>#
217217
</td>
218218
</tr>
219219
<tr>
@@ -358,7 +358,7 @@ <h3 id="transition-duration-property"><a title="" id="the-transition-duration-pr
358358
Value:
359359
</th>
360360
<td>
361-
<span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
361+
<span>&lt;time&gt;</span>#
362362
</td>
363363
</tr>
364364
<tr>
@@ -521,7 +521,7 @@ <h3 id="transition-timing-function-property"><a title="" id="transition-timing-f
521521
Value:
522522
</th>
523523
<td>
524-
<span>&lt;single-transition-timing-function&gt;</span> [ ',' <span>&lt;single-transition-timing-function&gt;</span> ]*
524+
<span>&lt;single-transition-timing-function&gt;</span>#
525525
</td>
526526
</tr>
527527
<tr>
@@ -687,7 +687,7 @@ <h3 id="transition-delay-property"><a title="" id="the-transition-delay-property
687687
Value:
688688
</th>
689689
<td>
690-
<span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
690+
<span>&lt;time&gt;</span>#
691691
</td>
692692
</tr>
693693
<tr>
@@ -777,7 +777,7 @@ <h3 id="transition-shorthand-property"><a title="" id="the-transition-shorthand-
777777
Value:
778778
</th>
779779
<td>
780-
<span>&lt;single-transition&gt;</span> [ ',' <span>&lt;single-transition&gt;</span> ]*
780+
<span>&lt;single-transition&gt;</span>#
781781
</td>
782782
</tr>
783783
<tr>

0 commit comments

Comments
 (0)