Skip to content

Commit

Permalink
[e] (0) Change heading by request.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16193
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7185 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 20, 2012
1 parent 243f6ef commit e2f5f66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -383,7 +383,7 @@ <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 20 July 2012</h2>
<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>
Expand Down Expand Up @@ -9883,7 +9883,7 @@ <h3 id=documents><span class=secno>3.1 </span>Documents</h3>
<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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -9883,7 +9883,7 @@ interface <dfn id=transferable>Transferable</dfn> { };</pre>
<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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -10084,7 +10084,7 @@ interface <dfn>Transferable</dfn> { };</pre>



<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
Expand Down

0 comments on commit e2f5f66

Please sign in to comment.