- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Apr 2011 14:23:41 +0000
- To: public-css-commits@w3.org
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 to:</em> @@ -1224,7 +1224,7 @@ <tr> <td><em>Initial:</em> - <td>implementation dependent + <td>see individual properties <tr> <td><em>Applies 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 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 to:</em></td> @@ -2481,7 +2481,7 @@ <td>[ <‘cue-before’> || <‘cue-after’> ] | inherit - <td>not defined for shorthand properties + <td>see individual properties <td>all elements @@ -2527,7 +2527,7 @@ <td>[ <‘pause-before’> || <‘pause-after’> ] | inherit - <td>implementation dependent + <td>see individual properties <td>all elements @@ -2590,7 +2590,7 @@ <td>[ <‘rest-before’> || <‘rest-after’> ] | 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 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 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 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 to:</em></td>
Received on Wednesday, 20 April 2011 14:23:42 UTC