Skip to content

Commit 86855dc

Browse files
committed
fixes jquery#150 - changed "from parent elements" => "on descendant elements"
1 parent 6b08fa5 commit 86855dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/focusout.xml

Lines changed: 1 addition & 1 deletion
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)