aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/element/focus_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/element/focus_event/index.html')
-rw-r--r--files/pt-br/web/api/element/focus_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/web/api/element/focus_event/index.html b/files/pt-br/web/api/element/focus_event/index.html
index 9f6dd7117d..543a21af0d 100644
--- a/files/pt-br/web/api/element/focus_event/index.html
+++ b/files/pt-br/web/api/element/focus_event/index.html
@@ -1,7 +1,8 @@
---
title: focus
-slug: Web/Events/focus
+slug: Web/API/Element/focus_event
translation_of: Web/API/Element/focus_event
+original_slug: Web/Events/focus
---
<p>O evento <code>focus</code> é acionado assim que um elemento recebe um foco. O grande diferencial entre este evento e o evento <a href="/en-US/docs/Mozilla_event_reference/focusin"><code>focusin</code></a>, é que esse segundo "borbulha".</p>