From 526a4d3b11690b75479a8550d88ed7870ea26338 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 9 Mar 2021 00:45:49 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20deep=20link=20in=20=E2=80=9Cweb=20and=20X?= =?UTF-8?q?ML=20development=20using=20the=20DOM=E2=80=9D=20(#2953)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/en-us/web/api/event/stoppropagation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/event/stoppropagation/index.html b/files/en-us/web/api/event/stoppropagation/index.html index f327286590e1be7..95ccef97c2d2891 100644 --- a/files/en-us/web/api/event/stoppropagation/index.html +++ b/files/en-us/web/api/event/stoppropagation/index.html @@ -35,7 +35,7 @@

Return value

Examples

See Example 5: Event + href="/en-US/docs/DOM/DOM_Reference/Examples#example_5_event_propagation">Event Propagation in the Examples chapter for a more detailed example of this method and event propagation in the DOM.