- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 11:53:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv13802
Modified Files:
Overview.html Overview.src.html
Log Message:
fixed wrong date, corrected markup error
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html 13 Feb 2012 11:50:06 -0000 1.93
+++ Overview.html 13 Feb 2012 11:53:42 -0000 1.94
@@ -91,7 +91,7 @@
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
2012</h2>
- <dl>
+ <dl id=versions>
<dt>This version:
<dd>
@@ -109,16 +109,16 @@
<dt>Previous versions:
<dd> <a
- href="http://www.w3.org/TR/2011/WD-css3-speech-20110419/">http://www.w3.org/TR/2011/WD-css3-speech-20110419/</a>
+ href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">http://www.w3.org/TR/2011/WD-css3-speech-20110818/</a>
+ </dl>
- <dt id=editors-list>Editor:
+ <dl id=editors-list>
+ <dt>Editor:
<dd><a href="mailto:dweck@daisy.org">Daniel Weck</a> (<a
href="http://www.daisy.org">DAISY Consortium</a>)
- </dl>
- <dl>
<dt>Former editors:
<dd><a href="mailto:dsr@w3.org">Dave Raggett</a> (<a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.src.html 13 Feb 2012 11:48:41 -0000 1.95
+++ Overview.src.html 13 Feb 2012 11:53:42 -0000 1.96
@@ -83,7 +83,7 @@
<!--logo-->
<h1 id="top">CSS Speech Module</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
- <dl>
+ <dl id="versions">
<dt>This version:</dt>
<dd>
<!--<a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">[VERSION]</a>-->
@@ -95,14 +95,14 @@
</dd>
<dt>Previous versions:</dt>
<dd>
- <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419/"
- >http://www.w3.org/TR/2011/WD-css3-speech-20110419/</a>
+ <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/"
+ >http://www.w3.org/TR/2011/WD-css3-speech-20110818/</a>
</dd>
- <dt id="editors-list">Editor:</dt>
+ </dl>
+ <dl id="editors-list">
+ <dt>Editor:</dt>
<dd><a href="mailto:dweck@daisy.org">Daniel Weck</a> (<a href="http://www.daisy.org">DAISY
Consortium</a>)</dd>
- </dl>
- <dl>
<dt>Former editors:</dt>
<dd><a href="mailto:dsr@w3.org">Dave Raggett</a> (<a href="http://www.w3.org/">W3C</a>/<a
href="http://www.canon.com/">Canon</a>)</dd>
Received on Monday, 13 February 2012 11:53:46 UTC