html5/spec Overview.html,1.5465,1.5466

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18331

Modified Files:
	Overview.html 
Log Message:
Fix some cross-reference issues. (whatwg r6866)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5465
retrieving revision 1.5466
diff -u -d -r1.5465 -r1.5466
--- Overview.html	9 Dec 2011 22:53:02 -0000	1.5465
+++ Overview.html	9 Dec 2011 22:56:54 -0000	1.5466
@@ -3120,7 +3120,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>
@@ -8178,8 +8178,10 @@
    <a href="#reload-override-flag">reload override flag</a> and set its <a href="#reload-override-buffer">reload override
    buffer</a> to <var title="">source</var>.</li>
 
-  </ol><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><pre class="idl">[OverrideBuiltins]
-partial interface <a href="#document">Document</a> {
+  </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:<pre class="idl">[OverrideBuiltins]
+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>;
@@ -45298,7 +45300,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>; 
   [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>;
@@ -45414,7 +45416,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>
 
@@ -45441,7 +45443,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>
@@ -45804,7 +45806,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
@@ -47622,7 +47624,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>
 

Received on Friday, 9 December 2011 22:57:02 UTC