Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6569

git-svn-id: http://svn.whatwg.org/webapps@4251 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent b016658 commit ba90481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -49290,7 +49290,7 @@ <h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#wi
<p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
<dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
performd on the <code><a href=#window>Window</a></code> object of the <a href=#browsing-context>browsing
performed on the <code><a href=#window>Window</a></code> object of the <a href=#browsing-context>browsing
context</a>'s <a href=#active-document>active document</a> instead. It is thus
indistinguishable from that <code><a href=#window>Window</a></code> object in every way
until the <a href=#browsing-context>browsing context</a> is navigated.</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -46450,7 +46450,7 @@ document.body.appendChild(outer);</pre>
<p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
<dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
performd on the <code><a href=#window>Window</a></code> object of the <a href=#browsing-context>browsing
performed on the <code><a href=#window>Window</a></code> object of the <a href=#browsing-context>browsing
context</a>'s <a href=#active-document>active document</a> instead. It is thus
indistinguishable from that <code><a href=#window>Window</a></code> object in every way
until the <a href=#browsing-context>browsing context</a> is navigated.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -55399,7 +55399,7 @@ END:VCARD</pre>
<p>As mentioned earlier, each <span>browsing context</span> has a
<dfn><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
performd on the <code>Window</code> object of the <span>browsing
performed on the <code>Window</code> object of the <span>browsing
context</span>'s <span>active document</span> instead. It is thus
indistinguishable from that <code>Window</code> object in every way
until the <span>browsing context</span> is navigated.</p>
Expand Down

0 comments on commit ba90481

Please sign in to comment.