[html5] r8526 - [e] (0) Remove extraneous 'true' in prose for hasFocus() Fixing https://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 5 15:24:25 PST 2014


Author: ianh
Date: 2014-03-05 15:24:24 -0800 (Wed, 05 Mar 2014)
New Revision: 8526

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove extraneous 'true' in prose for hasFocus()
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24927
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 23:23:28 UTC (rev 8525)
+++ complete.html	2014-03-05 23:24:24 UTC (rev 8526)
@@ -77391,7 +77391,7 @@
    <li><p>Return <var title="">candidate</var>.</li>
 
   </ol><p>The <dfn id=dom-document-hasfocus title=dom-document-hasFocus><code>hasFocus()</code></dfn> method on
-  <code><a href=#document>Document</a></code> objects must return true the value returned by the following steps:</p>
+  <code><a href=#document>Document</a></code> objects must return the value returned by the following steps:</p>
 
   <ol><li><p>Let <var title="">target</var> be the <code><a href=#document>Document</a></code> on which the method was
    invoked.</li>

Modified: index
===================================================================
--- index	2014-03-05 23:23:28 UTC (rev 8525)
+++ index	2014-03-05 23:24:24 UTC (rev 8526)
@@ -77391,7 +77391,7 @@
    <li><p>Return <var title="">candidate</var>.</li>
 
   </ol><p>The <dfn id=dom-document-hasfocus title=dom-document-hasFocus><code>hasFocus()</code></dfn> method on
-  <code><a href=#document>Document</a></code> objects must return true the value returned by the following steps:</p>
+  <code><a href=#document>Document</a></code> objects must return the value returned by the following steps:</p>
 
   <ol><li><p>Let <var title="">target</var> be the <code><a href=#document>Document</a></code> on which the method was
    invoked.</li>

Modified: source
===================================================================
--- source	2014-03-05 23:23:28 UTC (rev 8525)
+++ source	2014-03-05 23:24:24 UTC (rev 8526)
@@ -86620,7 +86620,7 @@
   </ol>
 
   <p>The <dfn data-x="dom-document-hasFocus"><code>hasFocus()</code></dfn> method on
-  <code>Document</code> objects must return true the value returned by the following steps:</p>
+  <code>Document</code> objects must return the value returned by the following steps:</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list