Skip to content

Commit

Permalink
[e] (0) Include example of meta refresh with URL.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8081

git-svn-id: http://svn.whatwg.org/webapps@4365 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 314feab commit 9b566d6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions complete.html
Expand Up @@ -11758,6 +11758,16 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>

</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
Expand Down
10 changes: 10 additions & 0 deletions index
Expand Up @@ -11576,6 +11576,16 @@ people expect to have work and what is necessary.

</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
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -12226,6 +12226,16 @@ people expect to have work and what is necessary.

</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"></pre>

</div>

</dd>

</dl>
Expand Down

0 comments on commit 9b566d6

Please sign in to comment.