Skip to content

Commit 72f1007

Browse files
committed
fixed wrong date, corrected markup error
1 parent 0d15916 commit 72f1007

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-speech/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 id=top>CSS Speech Module</h1>
9191
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
9292
2012</h2>
9393

94-
<dl>
94+
<dl id=versions>
9595
<dt>This version:
9696

9797
<dd>
@@ -109,16 +109,16 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
109109
<dt>Previous versions:
110110

111111
<dd> <a
112-
href="http://www.w3.org/TR/2011/WD-css3-speech-20110419/">http://www.w3.org/TR/2011/WD-css3-speech-20110419/</a>
112+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">http://www.w3.org/TR/2011/WD-css3-speech-20110818/</a>
113113

114+
</dl>
114115

115-
<dt id=editors-list>Editor:
116+
<dl id=editors-list>
117+
<dt>Editor:
116118

117119
<dd><a href="mailto:dweck@daisy.org">Daniel Weck</a> (<a
118120
href="http://www.daisy.org">DAISY Consortium</a>)
119-
</dl>
120121

121-
<dl>
122122
<dt>Former editors:
123123

124124
<dd><a href="mailto:dsr@w3.org">Dave Raggett</a> (<a

css3-speech/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!--logo-->
8484
<h1 id="top">CSS Speech Module</h1>
8585
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
86-
<dl>
86+
<dl id="versions">
8787
<dt>This version:</dt>
8888
<dd>
8989
<!--<a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">[VERSION]</a>-->
@@ -95,14 +95,14 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
9595
</dd>
9696
<dt>Previous versions:</dt>
9797
<dd>
98-
<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419/"
99-
>http://www.w3.org/TR/2011/WD-css3-speech-20110419/</a>
98+
<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/"
99+
>http://www.w3.org/TR/2011/WD-css3-speech-20110818/</a>
100100
</dd>
101-
<dt id="editors-list">Editor:</dt>
101+
</dl>
102+
<dl id="editors-list">
103+
<dt>Editor:</dt>
102104
<dd><a href="mailto:dweck@daisy.org">Daniel Weck</a> (<a href="http://www.daisy.org">DAISY
103105
Consortium</a>)</dd>
104-
</dl>
105-
<dl>
106106
<dt>Former editors:</dt>
107107
<dd><a href="mailto:dsr@w3.org">Dave Raggett</a> (<a href="http://www.w3.org/">W3C</a>/<a
108108
href="http://www.canon.com/">Canon</a>)</dd>

0 commit comments

Comments
 (0)