[html5] r7438 - [e] (0) Fix some cross-reference issues. Fixing https://www.w3.org/Bugs/Public/s [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 7 16:27:50 PDT 2012


Author: ianh
Date: 2012-10-07 16:27:49 -0700 (Sun, 07 Oct 2012)
New Revision: 7438

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

Modified: complete.html
===================================================================
--- complete.html	2012-10-06 18:04:36 UTC (rev 7437)
+++ complete.html	2012-10-07 23:27:49 UTC (rev 7438)
@@ -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 — Last Updated 6 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -10134,7 +10134,7 @@
   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

Modified: index
===================================================================
--- index	2012-10-06 18:04:36 UTC (rev 7437)
+++ index	2012-10-07 23:27:49 UTC (rev 7438)
@@ -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 — Last Updated 6 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -10134,7 +10134,7 @@
   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

Modified: source
===================================================================
--- source	2012-10-06 18:04:36 UTC (rev 7437)
+++ source	2012-10-07 23:27:49 UTC (rev 7438)
@@ -10331,7 +10331,7 @@
   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




More information about the Commit-Watchers mailing list