Skip to content

Commit 834e550

Browse files
davidfregolikswedberg
authored andcommitted
Update SOP note in notes.xsl. Closes jquery#398
1 parent e47e974 commit 834e550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Since the <a href="/live/"><code>.live()</code></a> method handles events once they have propagated to the top of the document, it is not possible to stop propagation of live events. Similarly, events handled by <code><a href="/delegate/">.delegate()</a></code> will propagate to the elements to which they are delegated; event handlers bound on any elements below it in the DOM tree will already have been executed by the time the delegated event handler is called. These handlers, therefore, may prevent the delegated handler from triggering by calling <code><a href="/event.stopPropagation/">event.stopPropagation()</a></code> or returning <code>false</code>.
2727
</xsl:when>
2828
<xsl:when test="@id = 'same-origin-policy'">
29-
Due to browser security restrictions, most "Ajax" requests are subject to the <a title="Same Origin Policy on Wikipedia" href="http://en.wikipedia.org/wiki/Same_origin_policy">same origin policy</a>; the request can not successfully retrieve data from a different domain, subdomain, or protocol.
29+
Due to browser security restrictions, most "Ajax" requests are subject to the <a title="Same Origin Policy on Wikipedia" href="http://en.wikipedia.org/wiki/Same_origin_policy">same origin policy</a>; the request can not successfully retrieve data from a different domain, subdomain, port, or protocol.
3030
</xsl:when>
3131
<xsl:when test="@id = 'same-origin-policy-exceptions'">
3232
Script and JSONP requests are not subject to the same origin policy restrictions.

0 commit comments

Comments
 (0)