[html5] r8207 - [e] (0) typo: 'Documnet' Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=2 [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 3 11:47:10 PDT 2013


Author: ianh
Date: 2013-10-03 11:47:08 -0700 (Thu, 03 Oct 2013)
New Revision: 8207

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo: 'Documnet'
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23426
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-10-03 18:22:06 UTC (rev 8206)
+++ complete.html	2013-10-03 18:47:08 UTC (rev 8207)
@@ -91963,7 +91963,7 @@
 
         <p class=note>This could happen if, e.g., while the <a href=#spin-the-event-loop>spin the event loop</a>
         algorithm is running, the <a href=#browsing-context>browsing context</a> gets closed, or the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> method gets invoked on the
-        <code>Documnet</code>.</p>
+        <code><a href=#document>Document</a></code>.</p>
 
        </li>
 

Modified: index
===================================================================
--- index	2013-10-03 18:22:06 UTC (rev 8206)
+++ index	2013-10-03 18:47:08 UTC (rev 8207)
@@ -91963,7 +91963,7 @@
 
         <p class=note>This could happen if, e.g., while the <a href=#spin-the-event-loop>spin the event loop</a>
         algorithm is running, the <a href=#browsing-context>browsing context</a> gets closed, or the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> method gets invoked on the
-        <code>Documnet</code>.</p>
+        <code><a href=#document>Document</a></code>.</p>
 
        </li>
 

Modified: source
===================================================================
--- source	2013-10-03 18:22:06 UTC (rev 8206)
+++ source	2013-10-03 18:47:08 UTC (rev 8207)
@@ -102719,7 +102719,7 @@
         <p class="note">This could happen if, e.g., while the <span>spin the event loop</span>
         algorithm is running, the <span>browsing context</span> gets closed, or the <code
         title="dom-document-open">document.open()</code> method gets invoked on the
-        <code>Documnet</code>.</p>
+        <code>Document</code>.</p>
 
        </li>
 




More information about the Commit-Watchers mailing list