Skip to content

Commit

Permalink
[e] (0) Fix some cross-reference issues.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18448
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7438 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 7, 2012
1 parent 739aead commit 988764f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 October 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 October 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -10134,7 +10134,7 @@ <h3 id=documents><span class=secno>3.1 </span>Documents</h3>
attempting to impersonate another.</p>

<p>When a <code><a href=#document>Document</a></code> is created by a <a href=#concept-script title=concept-script>script</a> using the <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
or <code title=dom-DOMHTMLImplementation-createHTMLDocument>createHTMLDocument()</code>
or <code title=dom-DOMImplementation-createHTMLDocument><a href=#dom-domimplementation-createhtmldocument>createHTMLDocument()</a></code>
APIs, <a href="#the-document's-address">the document's address</a> is the same as <a href="#the-document's-address">the
document's address</a> of the <a href="#script's-document">script's document</a>, and
the <code><a href=#document>Document</a></code> is both <a href=#ready-for-post-load-tasks>ready for post-load
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 October 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 October 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -10134,7 +10134,7 @@ interface <dfn id=transferable>Transferable</dfn> { };</pre>
attempting to impersonate another.</p>

<p>When a <code><a href=#document>Document</a></code> is created by a <a href=#concept-script title=concept-script>script</a> using the <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
or <code title=dom-DOMHTMLImplementation-createHTMLDocument>createHTMLDocument()</code>
or <code title=dom-DOMImplementation-createHTMLDocument><a href=#dom-domimplementation-createhtmldocument>createHTMLDocument()</a></code>
APIs, <a href="#the-document's-address">the document's address</a> is the same as <a href="#the-document's-address">the
document's address</a> of the <a href="#script's-document">script's document</a>, and
the <code><a href=#document>Document</a></code> is both <a href=#ready-for-post-load-tasks>ready for post-load
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -10331,7 +10331,7 @@ interface <dfn>Transferable</dfn> { };</pre>
title="concept-script">script</span> using the <code
title="dom-DOMImplementation-createDocument">createDocument()</code>
or <code
title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument()</code>
title="dom-DOMImplementation-createHTMLDocument">createHTMLDocument()</code>
APIs, <span>the document's address</span> is the same as <span>the
document's address</span> of the <span>script's document</span>, and
the <code>Document</code> is both <span>ready for post-load
Expand Down

0 comments on commit 988764f

Please sign in to comment.