- From: poot <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 18:32:31 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <embed> example. (whatwg r3809) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2977&r2=1.2978&f=h http://html5.org/tools/web-apps-tracker?from=3808&to=3809 =================================================================== 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:33:09 UTC