Skip to content

Commit

Permalink
[e] (0) Missing 'the' in definition of window.focus()
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24929
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8525 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2014
1 parent 20f8e73 commit 9b119ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -77424,7 +77424,7 @@ <h4 id=focus-management-apis><span class=secno>8.4.6 </span>Focus management API

</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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77424,7 +77424,7 @@ loadMySprites().then(runDemo);</pre>

</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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -86657,7 +86657,8 @@ loadMySprites().then(runDemo);</pre>

</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
Expand Down

0 comments on commit 9b119ef

Please sign in to comment.