[html5] r7899 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 4 13:55:37 PDT 2013


Author: ianh
Date: 2013-06-04 13:55:35 -0700 (Tue, 04 Jun 2013)
New Revision: 7899

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20379
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-06-04 20:48:47 UTC (rev 7898)
+++ complete.html	2013-06-04 20:55:35 UTC (rev 7899)
@@ -64875,7 +64875,7 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
   <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the

Modified: index
===================================================================
--- index	2013-06-04 20:48:47 UTC (rev 7898)
+++ index	2013-06-04 20:55:35 UTC (rev 7899)
@@ -64875,7 +64875,7 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
   <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the

Modified: source
===================================================================
--- source	2013-06-04 20:48:47 UTC (rev 7898)
+++ source	2013-06-04 20:55:35 UTC (rev 7899)
@@ -72332,7 +72332,7 @@
   IDL attributes must all return the <code>Window</code> object's <span>browsing context</span>'s
   <code>WindowProxy</code> object.</p>
 
-  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return
+  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return the
   <code>Window</code> object's <code>Document</code> object.</p>
 
   <p>The <dfn title="dom-document-defaultView"><code>defaultView</code></dfn> IDL attribute of the




More information about the Commit-Watchers mailing list