html5/markup/elements iframe.html,1.13,1.14

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv22432/elements

Modified Files:
	iframe.html 
Log Message:
document dirname and iframe@srcdoc


Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/elements/iframe.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- iframe.html	12 Aug 2010 19:55:35 -0000	1.13
+++ iframe.html	18 Jun 2011 10:01:01 -0000	1.14
@@ -18,8 +18,13 @@
   <div id="attributes">
     <dl>
       <dt id="iframe.attrs.src">src</dt>
-      <dd>The address of a page that the nested <a
-          href="#context">browsing context</a> is to contain.</dd>
+      <dd>The address of a document for the nested <a
+          href="#context">browsing context</a> to contain.</dd>
+    </dl>
+    <dl>
+      <dt id="iframe.attrs.srcdoc">srcdoc</dt>
+      <dd>The content of a document for the nested <a
+          href="#context">browsing context</a> to contain.</dd>
     </dl>
     <dl>
       <dt id="iframe.attrs.name">name</dt>

Received on Saturday, 18 June 2011 10:01:07 UTC