- From: poot <cvsmail@w3.org>
- Date: Fri, 30 Jul 2010 09:12:30 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: minor fixes (whatwg r5225) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4159&r2=1.4160&f=h http://html5.org/tools/web-apps-tracker?from=5224&to=5225 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4159 retrieving revision 1.4160 diff -u -d -r1.4159 -r1.4160 --- Overview.html 30 Jul 2010 00:08:09 -0000 1.4159 +++ Overview.html 30 Jul 2010 00:09:25 -0000 1.4160 @@ -18441,7 +18441,7 @@ <p><a href="#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="#document">Document</a></code> does not cause its <a href="#browsing-context">browsing context</a> to be discarded. Indeed, an - <code><a href="#the-iframe-element">iframe</a></code>'s span>browsing context can survive its + <code><a href="#the-iframe-element">iframe</a></code>'s <a href="#browsing-context">browsing context</a> can survive its original parent <code><a href="#document">Document</a></code> if its <code><a href="#the-iframe-element">iframe</a></code> is moved to another <code><a href="#document">Document</a></code>.</p> @@ -51184,7 +51184,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">
Received on Friday, 30 July 2010 00:10:04 UTC