Skip to content

Commit

Permalink
[e] (0) minor fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5225 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2010
1 parent d289bdd commit 8727006
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -21518,7 +21518,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<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&gt;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>

Expand Down Expand Up @@ -68666,7 +68666,7 @@ <h3 id=editing-apis><span class=secno>8.11 </span>Editing APIs</h3>

<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -21442,7 +21442,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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&gt;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>

Expand Down Expand Up @@ -68619,7 +68619,7 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -22908,7 +22908,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<p><span title="remove an element from a document">Removing</span>
an <code>iframe</code> from a <code>Document</code> does not cause
its <span>browsing context</span> to be discarded. Indeed, an
<code>iframe</code>'s span>browsing context</span> can survive its
<code>iframe</code>'s <span>browsing context</span> can survive its
original parent <code>Document</code> if its <code>iframe</code> is
moved to another <code>Document</code>.</p>

Expand Down Expand Up @@ -77925,7 +77925,7 @@ interface <dfn>NavigatorAbilities</dfn> {

<dt><dfn 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><code title="">formatBlock</code>
candidate</dfn>, does nothing.</dd>
<dd class="impl">
Expand Down

0 comments on commit 8727006

Please sign in to comment.