- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 09:32:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26713
Modified Files:
Overview.html
Log Message:
<embed> example. (whatwg r3809)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2977
retrieving revision 1.2978
diff -u -d -r1.2977 -r1.2978
--- Overview.html 11 Sep 2009 09:26:43 -0000 1.2977
+++ Overview.html 11 Sep 2009 09:32:13 -0000 1.2978
@@ -17559,6 +17559,17 @@
<a href="#reflect">reflect</a> the respective content attributes of the same
name.</p>
+ </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><p class="XXX annotation"><b>Status: </b><i>Working draft</i><dl class="element"><dt>Categories</dt>
<dd><a href="#flow-content">Flow content</a>.</dd>
<dd><a href="#phrasing-content">Phrasing content</a>.</dd>
Received on Friday, 11 September 2009 09:32:25 UTC