Skip to content

Commit

Permalink
[e] (0) Make this note about the settings object more accurate.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24520
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8466 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2014
1 parent 185d4ab commit 2af685d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -71314,7 +71314,7 @@ <h5 id=definitions-0><span class=secno>7.1.3.1 </span>Definitions</h5>

<p class=example>For example, the <a href="#the-document's-address" title="the document's address">address</a> of the
<a href=#responsible-document>responsible document</a> is used to set the <a href="#the-document's-address" title="the document's
address">address</a> of any <code><a href=#document>Document</a></code>s created using <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>.</p>
address">address</a> of the <code><a href=#document>Document</a></code> after it has been reset using <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code>.</p>

</dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -71314,7 +71314,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {

<p class=example>For example, the <a href="#the-document's-address" title="the document's address">address</a> of the
<a href=#responsible-document>responsible document</a> is used to set the <a href="#the-document's-address" title="the document's
address">address</a> of any <code><a href=#document>Document</a></code>s created using <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>.</p>
address">address</a> of the <code><a href=#document>Document</a></code> after it has been reset using <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code>.</p>

</dd>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -79636,8 +79636,8 @@ interface <dfn>NavigatorOnLine</dfn> {

<p class="example">For example, the <span data-x="the document's address">address</span> of the
<span>responsible document</span> is used to set the <span data-x="the document's
address">address</span> of any <code>Document</code>s created using <code
data-x="dom-DOMImplementation-createDocument">createDocument()</code>.</p>
address">address</span> of the <code>Document</code> after it has been reset using <code
data-x="dom-document-open">document.open()</code>.</p>

</dd>

Expand Down

0 comments on commit 2af685d

Please sign in to comment.