[html5] r8525 - [e] (0) Missing 'the' in definition of window.focus() Fixing https://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 5 15:23:29 PST 2014


Author: ianh
Date: 2014-03-05 15:23:28 -0800 (Wed, 05 Mar 2014)
New Revision: 8525

Modified:
   complete.html
   index
   source
Log:
[e] (0) Missing 'the' in definition of window.focus()
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24929
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 23:20:03 UTC (rev 8524)
+++ complete.html	2014-03-05 23:23:28 UTC (rev 8525)
@@ -77424,7 +77424,7 @@
 
    </li>
 
-  </ol><p>The <dfn id=dom-window-focus title=dom-window-focus><code>focus()</code></dfn> method on <code><a href=#window>Window</a></code>
+  </ol><!--CLEANUP--><p>The <dfn id=dom-window-focus title=dom-window-focus><code>focus()</code></dfn> method on the <code><a href=#window>Window</a></code>
   object, when invoked, must run the <a href=#focusing-steps>focusing steps</a> with the <code><a href=#window>Window</a></code>
   object's <a href=#browsing-context>browsing context</a>. Additionally, if this <a href=#browsing-context>browsing context</a> is a
   <a href=#top-level-browsing-context>top-level browsing context</a>, user agents are encouraged to trigger some sort of

Modified: index
===================================================================
--- index	2014-03-05 23:20:03 UTC (rev 8524)
+++ index	2014-03-05 23:23:28 UTC (rev 8525)
@@ -77424,7 +77424,7 @@
 
    </li>
 
-  </ol><p>The <dfn id=dom-window-focus title=dom-window-focus><code>focus()</code></dfn> method on <code><a href=#window>Window</a></code>
+  </ol><!--CLEANUP--><p>The <dfn id=dom-window-focus title=dom-window-focus><code>focus()</code></dfn> method on the <code><a href=#window>Window</a></code>
   object, when invoked, must run the <a href=#focusing-steps>focusing steps</a> with the <code><a href=#window>Window</a></code>
   object's <a href=#browsing-context>browsing context</a>. Additionally, if this <a href=#browsing-context>browsing context</a> is a
   <a href=#top-level-browsing-context>top-level browsing context</a>, user agents are encouraged to trigger some sort of

Modified: source
===================================================================
--- source	2014-03-05 23:20:03 UTC (rev 8524)
+++ source	2014-03-05 23:23:28 UTC (rev 8525)
@@ -86657,7 +86657,8 @@
 
   </ol>
 
-  <p>The <dfn data-x="dom-window-focus"><code>focus()</code></dfn> method on <code>Window</code>
+<!--CLEANUP-->
+  <p>The <dfn data-x="dom-window-focus"><code>focus()</code></dfn> method on the <code>Window</code>
   object, when invoked, must run the <span>focusing steps</span> with the <code>Window</code>
   object's <span>browsing context</span>. Additionally, if this <span>browsing context</span> is a
   <span>top-level browsing context</span>, user agents are encouraged to trigger some sort of




More information about the Commit-Watchers mailing list