Skip to content

Commit 2a8b5bf

Browse files
committed
fixed the wrong [initial] value for shorthand properties (now matches the 'margin' "template" by using "see individual properties")
1 parent c171db7 commit 2a8b5bf

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

css3-speech/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939

4040
<h1 id=top>CSS3 Speech Module</h1>
4141

42-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
4343

4444
<dl>
4545
<dt>This version:
4646

47-
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">http://www.w3.org/TR/2011/ED-css3-speech-20110419</a>-->
47+
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110420">http://www.w3.org/TR/2011/ED-css3-speech-20110420</a>-->
4848
<a
4949
href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
5050

@@ -959,7 +959,7 @@ <h2 id=pause-props><span class=secno>6. </span>Pause properties: &lsquo;<a
959959
<tr>
960960
<td><em>Initial:</em>
961961

962-
<td>implementation dependent
962+
<td>see individual properties
963963

964964
<tr>
965965
<td><em>Applies&nbsp;to:</em>
@@ -1224,7 +1224,7 @@ <h2 id=rest-props><span class=secno>7. </span>Rest properties: &lsquo;<a
12241224
<tr>
12251225
<td><em>Initial:</em>
12261226

1227-
<td>implementation dependent
1227+
<td>see individual properties
12281228

12291229
<tr>
12301230
<td><em>Applies&nbsp;to:</em>
@@ -1432,7 +1432,7 @@ <h2 id=cue-props><span class=secno>8. </span>Cue properties: &lsquo;<a
14321432
<tr>
14331433
<td><em>Initial:</em>
14341434

1435-
<td>not defined for shorthand properties
1435+
<td>see individual properties
14361436

14371437
<tr>
14381438
<td><em>Applies&nbsp;to:</em>
@@ -1609,7 +1609,7 @@ <h2 id=cue-props><span class=secno>8. </span>Cue properties: &lsquo;<a
16091609
</tr>
16101610
<tr>
16111611
<td><em>Initial:</em></td>
1612-
<td>not defined for shorthand properties</td>
1612+
<td>see individual properties</td>
16131613
</tr>
16141614
<tr>
16151615
<td><em>Applies&nbsp;to:</em></td>
@@ -2481,7 +2481,7 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
24812481
<td>[ &lt;&lsquo;cue-before&rsquo;&gt; ||
24822482
&lt;&lsquo;cue-after&rsquo;&gt; ] | inherit
24832483

2484-
<td>not defined for shorthand properties
2484+
<td>see individual properties
24852485

24862486
<td>all elements
24872487

@@ -2527,7 +2527,7 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
25272527
<td>[ &lt;&lsquo;pause-before&rsquo;&gt; ||
25282528
&lt;&lsquo;pause-after&rsquo;&gt; ] | inherit
25292529

2530-
<td>implementation dependent
2530+
<td>see individual properties
25312531

25322532
<td>all elements
25332533

@@ -2590,7 +2590,7 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
25902590
<td>[ &lt;&lsquo;rest-before&rsquo;&gt; ||
25912591
&lt;&lsquo;rest-after&rsquo;&gt; ] | inherit
25922592

2593-
<td>implementation dependent
2593+
<td>see individual properties
25942594

25952595
<td>all elements
25962596

css3-speech/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ <h2 id="pause-props"><span class="secno">6. </span>Pause properties:
725725
</tr>
726726
<tr>
727727
<td><em>Initial:</em></td>
728-
<td>implementation dependent</td>
728+
<td>see individual properties</td>
729729
</tr>
730730
<tr>
731731
<td><em>Applies&nbsp;to:</em></td>
@@ -926,7 +926,7 @@ <h2 id="rest-props"><span class="secno">7. </span>Rest properties:
926926
</tr>
927927
<tr>
928928
<td><em>Initial:</em></td>
929-
<td>implementation dependent</td>
929+
<td>see individual properties</td>
930930
</tr>
931931
<tr>
932932
<td><em>Applies&nbsp;to:</em></td>
@@ -1112,7 +1112,7 @@ <h2 id="cue-props"><span class="secno">8. </span>Cue properties:
11121112
</tr>
11131113
<tr>
11141114
<td><em>Initial:</em></td>
1115-
<td>not defined for shorthand properties</td>
1115+
<td>see individual properties</td>
11161116
</tr>
11171117
<tr>
11181118
<td><em>Applies&nbsp;to:</em></td>
@@ -1283,7 +1283,7 @@ <h2 id="cue-props"><span class="secno">8. </span>Cue properties:
12831283
</tr>
12841284
<tr>
12851285
<td><em>Initial:</em></td>
1286-
<td>not defined for shorthand properties</td>
1286+
<td>see individual properties</td>
12871287
</tr>
12881288
<tr>
12891289
<td><em>Applies&nbsp;to:</em></td>

0 commit comments

Comments
 (0)