- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Jun 2008 16:44:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec/static
In directory hutz:/tmp/cvs-serv21677
Modified Files:
Overview.html
Log Message:
fixed punctuations
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/static/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 10 Jun 2008 12:59:03 -0000 1.6
+++ Overview.html 10 Jun 2008 16:44:07 -0000 1.7
@@ -44,7 +44,7 @@
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
</style>
- <link href="http://www.w3.org/StyleSheets/TR/%57%33%43-WD" rel=stylesheet
+ <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet
type="text/css">
<!-- ZZZ -->
@@ -65,7 +65,7 @@
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2008/WD-html5-20080610">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
+ href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
<!-- :ZZZ -->
<dt>Latest Published Version:
@@ -97,9 +97,9 @@
<!-- * <ul> -->
<!-- * <li>As a <a -->
<!-- * href="http://www.w3.org/TR/2008/WD-html5-20080610/single-page/" -->
- <!-- * >single HTML file</a></li> -->
+ <!-- * >single HTML file</a>.</li> -->
<!-- * <li>As a <a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff/" -->
- <!-- * >diff-marked version</a> showing changes made between 22 January 2008 and 10 June 2008</li> -->
+ <!-- * >diff-marked version</a> showing changes made between 22 January 2008 and 10 June 2008.</li> -->
<!-- * </ul> -->
<p>The content of this document is also available in the following
@@ -108,14 +108,14 @@
<ul>
<li>As a <a
href="http://www.w3.org/TR/2008/WD-html5-20080610/"
- >multipage HTML file</a></li>
+ >multipage HTML file</a>.</li>
</ul>
<p>The content is also available in the following non-normative
format:</p>
<ul>
<li>As a <a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff/"
- >diff-marked version</a> showing changes made between 22 January 2008 and 10 June 2008</li>
+ >diff-marked version</a> showing changes made between 22 January 2008 and 10 June 2008.</li>
</ul>
<p class=copyright><a
@@ -193,7 +193,7 @@
<ul>
<li>A non-normative <a
href="http://www.w3.org/TR/2008/WD-html5-20080610/diff/"
- >diff-marked version</a> of the specification</li>
+ >diff-marked version</a> of the specification.</li>
<li>A non-normative <a
href="http://www.w3.org/TR/2008/NOTE-html5-pubnotes-20080610/"
>HTML 5 Publication Notes</a> document that provides prose
Received on Tuesday, 10 June 2008 16:44:44 UTC