From 05b2650717b84d199f6ebd5df8a8f9d1e3b23f3f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Tue, 23 Feb 2021 15:56:25 +0100 Subject: sync: move --- files/pl/web/api/document/activeelement/index.html | 28 ++++++++++++++++++++++ .../documentorshadowroot/activeelement/index.html | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 files/pl/web/api/document/activeelement/index.html delete mode 100644 files/pl/web/api/documentorshadowroot/activeelement/index.html (limited to 'files/pl') diff --git a/files/pl/web/api/document/activeelement/index.html b/files/pl/web/api/document/activeelement/index.html new file mode 100644 index 0000000000..173e0b9d64 --- /dev/null +++ b/files/pl/web/api/document/activeelement/index.html @@ -0,0 +1,28 @@ +--- +title: document.activeElement +slug: Web/API/DocumentOrShadowRoot/activeElement +tags: + - DOM + - Dokumentacja_Gecko_DOM + - Gecko + - Wszystkie_kategorie +translation_of: Web/API/DocumentOrShadowRoot/activeElement +translation_of_original: Web/API/Document/activeElement +original_slug: Web/API/Document/activeElement +--- +

{{ ApiRef() }}

+

Podsumowanie

+

Zwraca element, na którym ustawiony jest fokus.

+

{{ Note("Ten atrybut jest częścią specyfikacji HTML 5, która jest wciąż opracowywana.") }}

+

Składnia

+
var curElement = document.activeElement;
+
+

Przykład

+

Specyfikacja

+

Zarządzanie fokusem

+

 

+

 

+

 

+
+  
+

{{ languages( { "en": "en/DOM/document.activeElement", "es": "es/DOM/element.activeElement", "fr": "fr/DOM/document.activeElement", "ja": "ja/DOM/document.activeElement" } ) }}

diff --git a/files/pl/web/api/documentorshadowroot/activeelement/index.html b/files/pl/web/api/documentorshadowroot/activeelement/index.html deleted file mode 100644 index 173e0b9d64..0000000000 --- a/files/pl/web/api/documentorshadowroot/activeelement/index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/DocumentOrShadowRoot/activeElement -translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement ---- -

{{ ApiRef() }}

-

Podsumowanie

-

Zwraca element, na którym ustawiony jest fokus.

-

{{ Note("Ten atrybut jest częścią specyfikacji HTML 5, która jest wciąż opracowywana.") }}

-

Składnia

-
var curElement = document.activeElement;
-
-

Przykład

-

Specyfikacja

-

Zarządzanie fokusem

-

 

-

 

-

 

-
-  
-

{{ languages( { "en": "en/DOM/document.activeElement", "es": "es/DOM/element.activeElement", "fr": "fr/DOM/document.activeElement", "ja": "ja/DOM/document.activeElement" } ) }}

-- cgit v1.2.3-54-g00ecf