[html5] r8466 - [e] (0) Make this note about the settings object more accurate. Fixing https://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 5 11:31:55 PST 2014


Author: ianh
Date: 2014-02-05 11:31:54 -0800 (Wed, 05 Feb 2014)
New Revision: 8466

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this note about the settings object more accurate.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24520
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-02-05 19:25:41 UTC (rev 8465)
+++ complete.html	2014-02-05 19:31:54 UTC (rev 8466)
@@ -71314,7 +71314,7 @@
 
     <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>
 

Modified: index
===================================================================
--- index	2014-02-05 19:25:41 UTC (rev 8465)
+++ index	2014-02-05 19:31:54 UTC (rev 8466)
@@ -71314,7 +71314,7 @@
 
     <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>
 

Modified: source
===================================================================
--- source	2014-02-05 19:25:41 UTC (rev 8465)
+++ source	2014-02-05 19:31:54 UTC (rev 8466)
@@ -79636,8 +79636,8 @@
 
     <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>
 




More information about the Commit-Watchers mailing list