Skip to content

Commit a57df31

Browse files
pobockskswedberg
authored andcommitted
fixes jquery#150 - changed "from parent elements" => "on descendant elements"
1 parent 2b03f2e commit a57df31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/focusout.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</signature>
2020
<longdesc>
2121
<p>This method is a shortcut for <code>.bind('focusout', handler)</code>.</p>
22-
<p>The <code>focusout</code> event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the <a href="/blur">blur</a> event in that it supports detecting the loss of focus from parent elements (in other words, it supports event bubbling).</p>
22+
<p>The <code>focusout</code> event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the <a href="/blur">blur</a> event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling).</p>
2323
<p>This event will likely be used together with the <a href="/focusin">focusin</a> event.</p>
2424
</longdesc>
2525
<example>

0 commit comments

Comments
 (0)