[html5] r4365 - [e] (0) Include example of meta refresh with URL. Fixing http://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 12:50:12 PDT 2009


Author: ianh
Date: 2009-10-27 12:50:07 -0700 (Tue, 27 Oct 2009)
New Revision: 4365

Modified:
   complete.html
   index
   source
Log:
[e] (0) Include example of meta refresh with URL.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8081

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 19:46:58 UTC (rev 4364)
+++ complete.html	2009-10-27 19:50:07 UTC (rev 4365)
@@ -11758,6 +11758,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><meta http-equiv="Refresh" content="20; URL=page4.html"></pre>
+
+    </div>
+
    </dd>
 
   </dl><p>There must not be more than one <code><a href=#meta>meta</a></code> element with

Modified: index
===================================================================
--- index	2009-10-27 19:46:58 UTC (rev 4364)
+++ index	2009-10-27 19:50:07 UTC (rev 4365)
@@ -11576,6 +11576,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><meta http-equiv="Refresh" content="20; URL=page4.html"></pre>
+
+    </div>
+
    </dd>
 
   </dl><p>There must not be more than one <code><a href=#meta>meta</a></code> element with

Modified: source
===================================================================
--- source	2009-10-27 19:46:58 UTC (rev 4364)
+++ source	2009-10-27 19:50:07 UTC (rev 4365)
@@ -12226,6 +12226,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><meta http-equiv="Refresh" content="20; URL=page4.html"></pre>
+
+    </div>
+
    </dd>
 
   </dl>




More information about the Commit-Watchers mailing list