csswg/css3-speech Overview.html,1.26,1.27 Overview.src.html,1.27,1.28

Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv4271

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fixed the wrong [initial] value for shorthand properties (now matches the 'margin' "template" by using "see individual properties")



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html	19 Apr 2011 20:35:07 -0000	1.26
+++ Overview.html	20 Apr 2011 14:23:39 -0000	1.27
@@ -39,12 +39,12 @@
 
    <h1 id=top>CSS3 Speech Module</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">http://www.w3.org/TR/2011/ED-css3-speech-20110419</a>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110420">http://www.w3.org/TR/2011/ED-css3-speech-20110420</a>-->
      <a
      href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
      
@@ -959,7 +959,7 @@
     <tr>
      <td><em>Initial:</em>
 
-     <td>implementation dependent
+     <td>see individual properties
 
     <tr>
      <td><em>Applies&nbsp;to:</em>
@@ -1224,7 +1224,7 @@
     <tr>
      <td><em>Initial:</em>
 
-     <td>implementation dependent
+     <td>see individual properties
 
     <tr>
      <td><em>Applies&nbsp;to:</em>
@@ -1432,7 +1432,7 @@
     <tr>
      <td><em>Initial:</em>
 
-     <td>not defined for shorthand properties
+     <td>see individual properties
 
     <tr>
      <td><em>Applies&nbsp;to:</em>
@@ -1609,7 +1609,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>not defined for shorthand properties</td>
+<td>see individual properties</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -2481,7 +2481,7 @@
      <td>[ &lt;&lsquo;cue-before&rsquo;&gt; ||
       &lt;&lsquo;cue-after&rsquo;&gt; ] | inherit
 
-     <td>not defined for shorthand properties
+     <td>see individual properties
 
      <td>all elements
 
@@ -2527,7 +2527,7 @@
      <td>[ &lt;&lsquo;pause-before&rsquo;&gt; ||
       &lt;&lsquo;pause-after&rsquo;&gt; ] | inherit
 
-     <td>implementation dependent
+     <td>see individual properties
 
      <td>all elements
 
@@ -2590,7 +2590,7 @@
      <td>[ &lt;&lsquo;rest-before&rsquo;&gt; ||
       &lt;&lsquo;rest-after&rsquo;&gt; ] | inherit
 
-     <td>implementation dependent
+     <td>see individual properties
 
      <td>all elements
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.src.html	19 Apr 2011 20:34:17 -0000	1.27
+++ Overview.src.html	20 Apr 2011 14:23:39 -0000	1.28
@@ -725,7 +725,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>implementation dependent</td>
+<td>see individual properties</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -926,7 +926,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>implementation dependent</td>
+<td>see individual properties</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -1112,7 +1112,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>not defined for shorthand properties</td>
+<td>see individual properties</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -1283,7 +1283,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>not defined for shorthand properties</td>
+<td>see individual properties</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>

Received on Wednesday, 20 April 2011 14:23:42 UTC