aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/globaleventhandlers/onblur/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/globaleventhandlers/onblur/index.html')
-rw-r--r--files/pl/web/api/globaleventhandlers/onblur/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/api/globaleventhandlers/onblur/index.html b/files/pl/web/api/globaleventhandlers/onblur/index.html
index 1a1779b37f..77009081b3 100644
--- a/files/pl/web/api/globaleventhandlers/onblur/index.html
+++ b/files/pl/web/api/globaleventhandlers/onblur/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onblur
---
<div>{{ApiRef("HTML DOM")}}</div>
-<p>Właściwość <code><strong>onblur</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{domxref("EventHandler")}}), który służy do obsługi zdarzenia {{event("blur")}}. Jest on dostępny dla następujących elementów: {{domxref("Element")}}, {{domxref("Document")}}, oraz {{domxref("Window")}}.</p>
+<p>Właściwość <code><strong>onblur</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{event("Event_handlers", "event handler")}}), który służy do obsługi zdarzenia {{event("blur")}}. Jest on dostępny dla następujących elementów: {{domxref("Element")}}, {{domxref("Document")}}, oraz {{domxref("Window")}}.</p>
<p>Zdarzenie <code>blur</code> zachodzi, gdy dany element traci "focus" (np. podczas opuszczenia inputa tekstowego).</p>