- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Jul 2010 00:19:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27097 Modified Files: acknowledgements.html dnd.html spec.html the-iframe-element.html Log Message: minor fixes (whatwg r5225) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-iframe-element.html 28 Jul 2010 22:36:56 -0000 1.8 +++ the-iframe-element.html 30 Jul 2010 00:19:29 -0000 1.9 @@ -486,7 +486,34 @@ initial <code><a href="fetching-resources.html#about:blank">about:blank</a></code> page.</p><p class="note">If the user <a href="history.html#navigate" title="navigate">navigates</a> away from this page, the <code><a href="#the-iframe-element">iframe</a></code>'s corresponding <code><a href="browsers.html#windowproxy">WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window">Window</a></code> - objects for new <code><a href="infrastructure.html#document">Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute will not change.</p><div class="example"> + objects for new <code><a href="infrastructure.html#document">Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute will not change.</p><div class="impl"> + + <div class="note"> + + <p><a href="infrastructure.html#remove-an-element-from-a-document" title="remove an element from a document">Removing</a> + an <code><a href="#the-iframe-element">iframe</a></code> from a <code><a href="infrastructure.html#document">Document</a></code> does not cause + its <a href="browsers.html#browsing-context">browsing context</a> to be discarded. Indeed, an + <code><a href="#the-iframe-element">iframe</a></code>'s <a href="browsers.html#browsing-context">browsing context</a> can survive its + original parent <code><a href="infrastructure.html#document">Document</a></code> if its <code><a href="#the-iframe-element">iframe</a></code> is + moved to another <code><a href="infrastructure.html#document">Document</a></code>.</p> + + <p>On the other hand, if an <code><a href="#the-iframe-element">iframe</a></code> is <span class="note"><a href="infrastructure.html#remove-an-element-from-a-document" title="remove an element from a + document">removed</a> from a <code><a href="infrastructure.html#document">Document</a></code> and is then + subsequently garbage collected, this will likely mean (in the + absence of other references) that the <a href="browsers.html#child-browsing-context">child browsing + context</a>'s <code><a href="browsers.html#windowproxy">WindowProxy</a></code> object will become + eligble for garbage collection, which will then lead to that + <a href="browsers.html#browsing-context">browsing context</a> being <a href="browsers.html#a-browsing-context-is-discarded" title="a browsing context + is discarded">discarded</a>, which will then lead to its + <code><a href="infrastructure.html#document">Document</a></code> being <a href="browsers.html#discard-a-document" title="discard a + document">discarded</a> also. This happens without notice to any + scripts running in that <code><a href="infrastructure.html#document">Document</a></code>; for example, no + <code title="event-unload">unload</code> events are fired (the + "<a href="history.html#unload-a-document">unload a document</a>" steps are not run).</span></p> + + </div> + + </div><div class="example"> <p>Here a blog uses the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute in conjunction with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> and <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attributes described Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1014 retrieving revision 1.1015 diff -u -d -r1.1014 -r1.1015 --- acknowledgements.html 29 Jul 2010 23:46:48 -0000 1.1014 +++ acknowledgements.html 30 Jul 2010 00:19:28 -0000 1.1015 @@ -482,6 +482,7 @@ Dimitry Golubovsky, Dirk Pranke, Divya Manian, + Dmitry Titov, dolphinling, Dominique Hazaël-Massieux, Don Brutzman, Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- dnd.html 27 Jul 2010 22:46:45 -0000 1.8 +++ dnd.html 30 Jul 2010 00:19:29 -0000 1.9 @@ -2010,7 +2010,7 @@ <dt><dfn id="command-formatblock" title="command-formatBlock"><code>formatBlock</code></dfn></dt> <dd><strong>Summary</strong>: Wraps the selection in the element - given by the second argument. If the second argument doesn't + given by the third argument. If the third argument doesn't specify an element that is a <dfn id="formatblock-candidate"><code title="">formatBlock</code> candidate</dfn>, does nothing.</dd> <dd class="impl"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1094 retrieving revision 1.1095 diff -u -d -r1.1094 -r1.1095 --- spec.html 29 Jul 2010 23:46:49 -0000 1.1094 +++ spec.html 30 Jul 2010 00:19:29 -0000 1.1095 @@ -312,7 +312,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-29-july-2010">Editor's Draft 29 July 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-july-2010">Editor's Draft 30 July 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4158. +This is revision 1.4160. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -418,7 +418,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 July 2010 Editor's Draft. + This specification is the 30 July 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Friday, 30 July 2010 00:19:33 UTC