html5/spec references.html,1.1022,1.1023 spec.html,1.1338,1.1339 the-iframe-element.html,1.34,1.35

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

Modified Files:
	references.html spec.html the-iframe-element.html 
Log Message:
There might not be one, e.g. if the iframe is out-of-document. (whatwg r5696)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- the-iframe-element.html	29 Nov 2010 23:46:40 -0000	1.34
+++ the-iframe-element.html	2 Dec 2010 00:47:04 -0000	1.35
@@ -1041,7 +1041,7 @@
     <p>User agents should, in general, act as if the <a href="browsers.html#active-document">active
     document</a> of the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="browsers.html#nested-browsing-context">nested browsing
     context</a> was part of the document that the
-    <code><a href="#the-iframe-element">iframe</a></code> is in.</p>
+    <code><a href="#the-iframe-element">iframe</a></code> is in, if any.</p>
 
     <p class="example">For example if the user agent supports listing
     all the links in a document, links in "seamlessly" nested

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -d -r1.1022 -r1.1023
--- references.html	1 Dec 2010 01:46:40 -0000	1.1022
+++ references.html	2 Dec 2010 00:46:58 -0000	1.1023
@@ -493,7 +493,8 @@
    Interface Module</a></cite>, T. &#199;elik. W3C.</dd>
 
    <dt id="refsCSSVALUES">[CSSVALUES]</dt>
-   <dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3 Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3
+   Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
 
    <dt id="refsDOMCORE">[DOMCORE]</dt>
    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -d -r1.1338 -r1.1339
--- spec.html	1 Dec 2010 01:46:40 -0000	1.1338
+++ spec.html	2 Dec 2010 00:47:04 -0000	1.1339
@@ -385,7 +385,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4562.
+This is revision 1.4564.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 2 December 2010 00:47:15 UTC