html5/spec Overview.html,1.3497,1.3498

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23138

Modified Files:
	Overview.html 
Log Message:
Include example of meta refresh with URL. (whatwg r4365)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3497
retrieving revision 1.3498
diff -u -d -r1.3497 -r1.3498
--- Overview.html	27 Oct 2009 19:47:01 -0000	1.3497
+++ Overview.html	27 Oct 2009 19:50:11 -0000	1.3498
@@ -10311,6 +10311,16 @@
 
     </div>
 
+    <div class="example">
+
+     <p>A sequence of pages could be used as an automated slide show
+     by making each page refresh to the next page in the sequence,
+     using markup such as the following:</p>
+
+     <pre>&lt;meta http-equiv="Refresh" content="20; URL=page4.html"&gt;</pre>
+
+    </div>
+
    </dd>
 
   </dl><p>There must not be more than one <code><a href="#meta">meta</a></code> element with

Received on Tuesday, 27 October 2009 20:12:25 UTC