Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20379
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7899 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2013
1 parent 44b28c8 commit cebdd11
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 @@ -64875,7 +64875,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
<code><a href=#windowproxy>WindowProxy</a></code> object.</p>

<p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
<p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
<code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>

<p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -64875,7 +64875,7 @@ END:VCARD</pre>
IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
<code><a href=#windowproxy>WindowProxy</a></code> object.</p>

<p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
<p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
<code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>

<p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -72332,7 +72332,7 @@ END:VCARD</pre>
IDL attributes must all return the <code>Window</code> object's <span>browsing context</span>'s
<code>WindowProxy</code> object.</p>

<p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return
<p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return the
<code>Window</code> object's <code>Document</code> object.</p>

<p>The <dfn title="dom-document-defaultView"><code>defaultView</code></dfn> IDL attribute of the
Expand Down

0 comments on commit cebdd11

Please sign in to comment.