[html5] r3809 - [e] (0) <embed> example.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 11 02:36:54 PDT 2009
Author: ianh
Date: 2009-09-11 02:36:53 -0700 (Fri, 11 Sep 2009)
New Revision: 3809
Modified:
index
source
Log:
[e] (0) <embed> example.
Modified: index
===================================================================
--- index 2009-09-11 09:31:24 UTC (rev 3808)
+++ index 2009-09-11 09:36:53 UTC (rev 3809)
@@ -20162,7 +20162,22 @@
</div>
+ <div class=example>
+ <p>Here's a way to embed a resource that requires a proprietary
+ plug-in, like Flash:</p>
+
+ <pre><embed src="catgame.swf"></pre>
+
+ <p>If the user does not have the plug-in (for example if the
+ plug-in vendor doesn't support the user's platform), then the user
+ will be unable to use the resource.</p>
+
+ </div>
+
+
+
+
<h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
Modified: source
===================================================================
--- source 2009-09-11 09:31:24 UTC (rev 3808)
+++ source 2009-09-11 09:36:53 UTC (rev 3809)
@@ -21646,7 +21646,22 @@
</div>
+ <div class="example">
+ <p>Here's a way to embed a resource that requires a proprietary
+ plug-in, like Flash:</p>
+
+ <pre><embed src="catgame.swf"></pre>
+
+ <p>If the user does not have the plug-in (for example if the
+ plug-in vendor doesn't support the user's platform), then the user
+ will be unable to use the resource.</p>
+
+ </div>
+
+
+
+
<h4>The <dfn><code>object</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list