[html5] r6866 - [e] (0) Fix some cross-reference issues. Fixing http://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 9 14:56:51 PST 2011


Author: ianh
Date: 2011-12-09 14:56:49 -0800 (Fri, 09 Dec 2011)
New Revision: 6866

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some cross-reference issues.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=15113
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2011-12-09 22:52:56 UTC (rev 6865)
+++ complete.html	2011-12-09 22:56:49 UTC (rev 6866)
@@ -3790,7 +3790,7 @@
      <li><dfn id=cdatasection><code>CDATASection</code></dfn> interface</li>
      <li><dfn id=comment-0><code>Comment</code></dfn> interface</li>
      <li><dfn id=domimplementation><code>DOMImplementation</code></dfn> interface</li>
-     <li><dfn id=document><code>Document</code></dfn> interface</li>
+     <li><dfn id=dom-document title="DOM Document"><code>Document</code></dfn> interface</li>
      <li><dfn id=documentfragment><code>DocumentFragment</code></dfn> interface</li>
      <li><dfn id=documenttype><code>DocumentType</code></dfn> interface</li>
      <li><dfn id=domexception><code>DOMException</code></dfn> interface</li>
@@ -9773,8 +9773,12 @@
 
   </ol><h4 id=documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</h4>
 
+  <p>The DOM Core specification defines a <code title="DOM
+  Document"><a href=#dom-document>Document</a></code> interface, which this specification
+  extends significantly:</p>
+
   <pre class=idl>[OverrideBuiltins]
-partial interface <a href=#document>Document</a> {
+partial interface <dfn id=document>Document</dfn> {
   // <a href=#resource-metadata-management>resource metadata management</a>
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
@@ -61149,7 +61153,7 @@
   // the current browsing context
   [Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
   [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
-  [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
+  [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document-0 title=dom-document>document</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
   readonly attribute <a href=#history-0>History</a> <a href=#dom-history title=dom-history>history</a>;
@@ -61282,7 +61286,7 @@
    </dd>
 
 
-   <dt><var title="">window</var> . <code title=dom-document><a href=#dom-document>document</a></code></dt>
+   <dt><var title="">window</var> . <code title=dom-document><a href=#dom-document-0>document</a></code></dt>
 
    <dd>
 
@@ -61309,7 +61313,7 @@
   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 title=dom-document><code>document</code></dfn> IDL
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL
   attribute must return the <code><a href=#document>Document</a></code> object of the
   <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
   context</a>'s <a href=#active-document>active document</a>.</p>
@@ -61700,7 +61704,7 @@
 
   <p class=note>A <code><a href=#window>Window</a></code> object <a href=#implied-strong-reference title="implied
   strong reference">has a strong reference</a> to its
-  <code><a href=#document>Document</a></code> object through its <code title=dom-document><a href=#dom-document>document</a></code> attribute.  Thus, references
+  <code><a href=#document>Document</a></code> object through its <code title=dom-document><a href=#dom-document-0>document</a></code> attribute.  Thus, references
   from other scripts to either of those objects will keep both
   alive. Similarly, both <code><a href=#document>Document</a></code> and <code><a href=#window>Window</a></code>
   objects have <a href=#implied-strong-reference title="implied strong reference">implied strong
@@ -63712,7 +63716,7 @@
     is occurring with <a href=#replacement-enabled>replacement enabled</a>, and that
     <code><a href=#document>Document</a></code> has the <a href=#same-origin>same origin</a> as the new
     <code><a href=#document>Document</a></code>, then the <code><a href=#window>Window</a></code> object of that
-    <code><a href=#document>Document</a></code> must be used instead, and the <code title=dom-document><a href=#dom-document>document</a></code> attribute of the
+    <code><a href=#document>Document</a></code> must be used instead, and the <code title=dom-document><a href=#dom-document-0>document</a></code> attribute of the
     <code><a href=#window>Window</a></code> object must be changed to point to the new
     <code><a href=#document>Document</a></code> instead.</p>
 

Modified: index
===================================================================
--- index	2011-12-09 22:52:56 UTC (rev 6865)
+++ index	2011-12-09 22:56:49 UTC (rev 6866)
@@ -3790,7 +3790,7 @@
      <li><dfn id=cdatasection><code>CDATASection</code></dfn> interface</li>
      <li><dfn id=comment-0><code>Comment</code></dfn> interface</li>
      <li><dfn id=domimplementation><code>DOMImplementation</code></dfn> interface</li>
-     <li><dfn id=document><code>Document</code></dfn> interface</li>
+     <li><dfn id=dom-document title="DOM Document"><code>Document</code></dfn> interface</li>
      <li><dfn id=documentfragment><code>DocumentFragment</code></dfn> interface</li>
      <li><dfn id=documenttype><code>DocumentType</code></dfn> interface</li>
      <li><dfn id=domexception><code>DOMException</code></dfn> interface</li>
@@ -9773,8 +9773,12 @@
 
   </ol><h4 id=documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</h4>
 
+  <p>The DOM Core specification defines a <code title="DOM
+  Document"><a href=#dom-document>Document</a></code> interface, which this specification
+  extends significantly:</p>
+
   <pre class=idl>[OverrideBuiltins]
-partial interface <a href=#document>Document</a> {
+partial interface <dfn id=document>Document</dfn> {
   // <a href=#resource-metadata-management>resource metadata management</a>
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
@@ -61149,7 +61153,7 @@
   // the current browsing context
   [Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
   [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
-  [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
+  [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document-0 title=dom-document>document</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
   readonly attribute <a href=#history-0>History</a> <a href=#dom-history title=dom-history>history</a>;
@@ -61282,7 +61286,7 @@
    </dd>
 
 
-   <dt><var title="">window</var> . <code title=dom-document><a href=#dom-document>document</a></code></dt>
+   <dt><var title="">window</var> . <code title=dom-document><a href=#dom-document-0>document</a></code></dt>
 
    <dd>
 
@@ -61309,7 +61313,7 @@
   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 title=dom-document><code>document</code></dfn> IDL
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL
   attribute must return the <code><a href=#document>Document</a></code> object of the
   <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
   context</a>'s <a href=#active-document>active document</a>.</p>
@@ -61700,7 +61704,7 @@
 
   <p class=note>A <code><a href=#window>Window</a></code> object <a href=#implied-strong-reference title="implied
   strong reference">has a strong reference</a> to its
-  <code><a href=#document>Document</a></code> object through its <code title=dom-document><a href=#dom-document>document</a></code> attribute.  Thus, references
+  <code><a href=#document>Document</a></code> object through its <code title=dom-document><a href=#dom-document-0>document</a></code> attribute.  Thus, references
   from other scripts to either of those objects will keep both
   alive. Similarly, both <code><a href=#document>Document</a></code> and <code><a href=#window>Window</a></code>
   objects have <a href=#implied-strong-reference title="implied strong reference">implied strong
@@ -63712,7 +63716,7 @@
     is occurring with <a href=#replacement-enabled>replacement enabled</a>, and that
     <code><a href=#document>Document</a></code> has the <a href=#same-origin>same origin</a> as the new
     <code><a href=#document>Document</a></code>, then the <code><a href=#window>Window</a></code> object of that
-    <code><a href=#document>Document</a></code> must be used instead, and the <code title=dom-document><a href=#dom-document>document</a></code> attribute of the
+    <code><a href=#document>Document</a></code> must be used instead, and the <code title=dom-document><a href=#dom-document-0>document</a></code> attribute of the
     <code><a href=#window>Window</a></code> object must be changed to point to the new
     <code><a href=#document>Document</a></code> instead.</p>
 

Modified: source
===================================================================
--- source	2011-12-09 22:52:56 UTC (rev 6865)
+++ source	2011-12-09 22:56:49 UTC (rev 6866)
@@ -2732,7 +2732,7 @@
      <li><dfn><code>CDATASection</code></dfn> interface</li>
      <li><dfn><code>Comment</code></dfn> interface</li>
      <li><dfn><code>DOMImplementation</code></dfn> interface</li>
-     <li><dfn><code>Document</code></dfn> interface</li>
+     <li><dfn title="DOM Document"><code>Document</code></dfn> interface</li>
      <li><dfn><code>DocumentFragment</code></dfn> interface</li>
      <li><dfn><code>DocumentType</code></dfn> interface</li>
      <li><dfn><code>DOMException</code></dfn> interface</li>
@@ -9953,8 +9953,12 @@
 
   <h4>Documents in the DOM</h4>
 
+  <p>The DOM Core specification defines a <code title="DOM
+  Document">Document</code> interface, which this specification
+  extends significantly:</p>
+
   <pre class="idl">[OverrideBuiltins]
-partial interface <span>Document</span> {
+partial interface <dfn>Document</dfn> {
   // <span>resource metadata management</span>
   [PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span>? <span title="dom-document-location">location</span>;
   readonly attribute DOMString <span title="dom-document-URL">URL</span>;




More information about the Commit-Watchers mailing list