html5/spec Overview.html,1.2976,1.2977

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25611

Modified Files:
	Overview.html 
Log Message:
Lame demo for <iframe>. (whatwg r3808)

Index: Overview.html
===================================================================
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>&lt;iframe src="http://ads.example.com/?customerid=923513721&amp;amp;format=banner"
+        width="468" height="60"&gt;&lt;/iframe&gt;</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:26:55 UTC