- From: poot <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 18:27:03 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Lame demo for <iframe>. (whatwg r3808) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2976&r2=1.2977&f=h http://html5.org/tools/web-apps-tracker?from=3807&to=3808 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2976 retrieving revision 1.2977 diff -u -d -r1.2976 -r1.2977 --- Overview.html 11 Sep 2009 08:35:28 -0000 1.2976 +++ Overview.html 11 Sep 2009 09:26:43 -0000 1.2977 @@ -17360,6 +17360,14 @@ <code><a href="#the-iframe-element">iframe</a></code> element's <a href="#nested-browsing-context">nested browsing context</a>.</p> + </div><div class="example"> + + <p>Here is an example of a page using an <code><a href="#the-iframe-element">iframe</a></code> to + include advertising from an advertising broker:</p> + + <pre><iframe src="http://ads.example.com/?customerid=923513721&amp;format=banner" + width="468" height="60"></iframe></pre> + </div><h4 id="the-embed-element"><span class="secno">4.8.4 </span>The <dfn><code>embed</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><!-- (v2?) we have all kinds of quirks we should define if they come up during testing, as e.g. shown in:
Received on Friday, 11 September 2009 09:27:40 UTC