- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:47:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv8601
Modified Files:
Overview.html semantics.html spec.html
Log Message:
error in example (whatwg r4497)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -d -r1.585 -r1.586
--- Overview.html 6 Jan 2010 03:37:18 -0000 1.585
+++ Overview.html 6 Jan 2010 03:47:09 -0000 1.586
@@ -281,7 +281,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3595.
+This is revision 1.3597.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.558
retrieving revision 1.559
diff -u -d -r1.558 -r1.559
--- semantics.html 3 Jan 2010 15:15:06 -0000 1.558
+++ semantics.html 6 Jan 2010 03:47:09 -0000 1.559
@@ -947,7 +947,7 @@
the page automatically reloads from the server every five
minutes:</p>
- <pre><meta http-equiv="Refresh" content="600"></pre>
+ <pre><meta http-equiv="Refresh" content="300"></pre>
</div>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -d -r1.590 -r1.591
--- spec.html 6 Jan 2010 03:37:18 -0000 1.590
+++ spec.html 6 Jan 2010 03:47:09 -0000 1.591
@@ -279,7 +279,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3595.
+This is revision 1.3597.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -4796,7 +4796,7 @@
the page automatically reloads from the server every five
minutes:</p>
- <pre><meta http-equiv="Refresh" content="600"></pre>
+ <pre><meta http-equiv="Refresh" content="300"></pre>
</div>
Received on Wednesday, 6 January 2010 03:47:13 UTC