Skip to content

Commit

Permalink
[e] (0) Remove an example based on a comment from dbaron.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5116 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 29, 2010
1 parent 0c64cda commit 937c8b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
28 changes: 0 additions & 28 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -22983,34 +22983,6 @@ <h4 id=the-param-element><span class=secno>4.8.5 </span>The <dfn><code>param</co

</div>

<!--POLITICS-->
<div class=example>

<p>Here is another example showing much the same, this time using a
<code><a href=#the-param-element>param</a></code> element to pass a parameter to the Flash
plugin.</p>

<pre>&lt;!DOCTYPE HTML&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Flash test page&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;
&lt;object type="application/x-shockwave-flash"&gt;
<strong>&lt;param name=movie value="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.swf"&gt;</strong>
This page requires the use of a proprietary technology. Since you
have not installed the software product required to view this
page, possibly because your device does not support that software
product, you should try visiting another site that instead uses
open vendor-neutral technologies.
&lt;/object&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>

</div>
<!--POLITICS-->

<h4 id=video><span class=secno>4.8.6 </span>The <dfn><code>video</code></dfn> element</h4>

Expand Down
28 changes: 0 additions & 28 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22916,34 +22916,6 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</div>

<!--POLITICS-->
<div class=example>

<p>Here is another example showing much the same, this time using a
<code><a href=#the-param-element>param</a></code> element to pass a parameter to the Flash
plugin.</p>

<pre>&lt;!DOCTYPE HTML&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Flash test page&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;
&lt;object type="application/x-shockwave-flash"&gt;
<strong>&lt;param name=movie value="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.swf"&gt;</strong>
This page requires the use of a proprietary technology. Since you
have not installed the software product required to view this
page, possibly because your device does not support that software
product, you should try visiting another site that instead uses
open vendor-neutral technologies.
&lt;/object&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>

</div>
<!--POLITICS-->

<h4 id=video><span class=secno>4.8.6 </span>The <dfn><code>video</code></dfn> element</h4>

Expand Down
28 changes: 0 additions & 28 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -24568,34 +24568,6 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</div>

<!--END w3c-html--><!--POLITICS-->
<div class="example">

<p>Here is another example showing much the same, this time using a
<code>param</code> element to pass a parameter to the Flash
plugin.</p>

<pre>&lt;!DOCTYPE HTML>
&lt;html lang="en">
&lt;head>
&lt;title>Flash test page&lt;/title>
&lt;/head>
&lt;body>
&lt;p>
&lt;object type="application/x-shockwave-flash">
<strong>&lt;param name=movie value="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.swf"></strong>
This page requires the use of a proprietary technology. Since you
have not installed the software product required to view this
page, possibly because your device does not support that software
product, you should try visiting another site that instead uses
open vendor-neutral technologies.
&lt;/object>
&lt;/p>
&lt;/body>
&lt;/html></pre>

</div>
<!--START w3c-html--><!--POLITICS-->

<h4 id="video">The <dfn><code>video</code></dfn> element</h4>

Expand Down

0 comments on commit 937c8b2

Please sign in to comment.