[html5] r7185 - [e] (0) Change heading by request. Fixing https://www.w3.org/Bugs/Public/show_bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 19 20:18:31 PDT 2012


Author: ianh
Date: 2012-07-19 20:18:30 -0700 (Thu, 19 Jul 2012)
New Revision: 7185

Modified:
   complete.html
   index
   source
Log:
[e] (0) Change heading by request.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16193
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-07-20 03:15:51 UTC (rev 7184)
+++ complete.html	2012-07-20 03:18:30 UTC (rev 7185)
@@ -383,7 +383,7 @@
   <ol>
    <li><a href=#documents><span class=secno>3.1 </span>Documents</a>
     <ol>
-     <li><a href=#documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</a></li>
+     <li><a href=#the-document-object><span class=secno>3.1.1 </span>The <code>Document</code> object</a></li>
      <li><a href=#security-document><span class=secno>3.1.2 </span>Security</a></li>
      <li><a href=#resource-metadata-management><span class=secno>3.1.3 </span>Resource metadata management</a></li>
      <li><a href=#dom-tree-accessors><span class=secno>3.1.4 </span>DOM tree accessors</a></li>
@@ -9883,7 +9883,7 @@
    <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>
+  </ol><h4 id=the-document-object><span class=secno>3.1.1 </span>The <code><a href=#document>Document</a></code> object</h4>
 
   <p>The DOM Core specification defines a <code title="DOM
   Document"><a href=#dom-document>Document</a></code> interface, which this specification

Modified: index
===================================================================
--- index	2012-07-20 03:15:51 UTC (rev 7184)
+++ index	2012-07-20 03:18:30 UTC (rev 7185)
@@ -383,7 +383,7 @@
   <ol>
    <li><a href=#documents><span class=secno>3.1 </span>Documents</a>
     <ol>
-     <li><a href=#documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</a></li>
+     <li><a href=#the-document-object><span class=secno>3.1.1 </span>The <code>Document</code> object</a></li>
      <li><a href=#security-document><span class=secno>3.1.2 </span>Security</a></li>
      <li><a href=#resource-metadata-management><span class=secno>3.1.3 </span>Resource metadata management</a></li>
      <li><a href=#dom-tree-accessors><span class=secno>3.1.4 </span>DOM tree accessors</a></li>
@@ -9883,7 +9883,7 @@
    <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>
+  </ol><h4 id=the-document-object><span class=secno>3.1.1 </span>The <code><a href=#document>Document</a></code> object</h4>
 
   <p>The DOM Core specification defines a <code title="DOM
   Document"><a href=#dom-document>Document</a></code> interface, which this specification

Modified: source
===================================================================
--- source	2012-07-20 03:15:51 UTC (rev 7184)
+++ source	2012-07-20 03:18:30 UTC (rev 7185)
@@ -10084,7 +10084,7 @@
 
 
 
-  <h4>Documents in the DOM</h4>
+  <h4>The <code>Document</code> object</h4>
 
   <p>The DOM Core specification defines a <code title="DOM
   Document">Document</code> interface, which this specification




More information about the Commit-Watchers mailing list