From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- files/pl/web/api/document/activeelement/index.html | 27 ---------------- files/pl/web/api/document/firstchild/index.html | 37 ---------------------- files/pl/web/api/document/namespaceuri/index.html | 26 --------------- files/pl/web/api/document/stylesheets/index.html | 20 ------------ 4 files changed, 110 deletions(-) delete mode 100644 files/pl/web/api/document/activeelement/index.html delete mode 100644 files/pl/web/api/document/firstchild/index.html delete mode 100644 files/pl/web/api/document/namespaceuri/index.html delete mode 100644 files/pl/web/api/document/stylesheets/index.html (limited to 'files/pl/web/api/document') diff --git a/files/pl/web/api/document/activeelement/index.html b/files/pl/web/api/document/activeelement/index.html deleted file mode 100644 index 6a8358c7ac..0000000000 --- a/files/pl/web/api/document/activeelement/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: document.activeElement -slug: Web/API/Document/activeElement -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/DocumentOrShadowRoot/activeElement -translation_of_original: 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/document/firstchild/index.html b/files/pl/web/api/document/firstchild/index.html deleted file mode 100644 index f53cd74778..0000000000 --- a/files/pl/web/api/document/firstchild/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: document.firstChild -slug: Web/API/Document/firstChild -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/Node/firstChild -translation_of_original: Web/API/document.firstChild ---- -

{{ ApiRef() }}

-

Podsumowanie

-

document.firstChild zwraca pierwszy węzeł z listy bezpośrednich dzieci dokumentu.

-

Składnia

-
dziecko = document.firstChild
-
-

Parametry

- -

Przykład

-
function fChild() {
-  f = document.firstChild;
-  alert(f.tagName);
-}
-// wyświetli: HTML
-
-

Uwagi

-

Zauważ, że możesz powrócić do drzewa DOM z tą własnością, by przejąć te węzły potomne, których potrzebujesz, ponieważ prawie zawsze firstChild zwraca element HTML.

-

Specyfikacja

-

firstChild

-

 

-

 

-
-  
-

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

diff --git a/files/pl/web/api/document/namespaceuri/index.html b/files/pl/web/api/document/namespaceuri/index.html deleted file mode 100644 index 51ad1e71c0..0000000000 --- a/files/pl/web/api/document/namespaceuri/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: document.namespaceURI -slug: Web/API/Document/namespaceURI -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/Node/namespaceURI -translation_of_original: Web/API/Document/namespaceURI ---- -

{{ ApiRef() }}

-

Podsumowanie

-

namespaceURI zwraca przestrzeń nazw XML dokumentu.

-

Składnia

-
NSURI = document.namespaceURI
-
-

Parametry

- -

Uwagi

-

DOM jako takie nie obsługuje ani nie wymaga walidacji przestrzeni nazw. Przeprowadzenie walidacji, jeśli jest taka potrzeba, zależy od aplikacji obsługującej DOM. Zauważ też, że prefiks przestrzeni nazw nie może zostać zmieniony, kiedy już raz zostanie przypisany węzłowi.

-

Specyfikacja

-

namespaceURI

-

{{ languages( { "en": "en/DOM/document.namespaceURI", "fr": "fr/DOM/document.namespaceURI" } ) }}

diff --git a/files/pl/web/api/document/stylesheets/index.html b/files/pl/web/api/document/stylesheets/index.html deleted file mode 100644 index e1c2493cd3..0000000000 --- a/files/pl/web/api/document/stylesheets/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: document.styleSheets -slug: Web/API/Document/styleSheets -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/DocumentOrShadowRoot/styleSheets -translation_of_original: Web/API/Document/styleSheets ---- -

{{ ApiRef() }}

-

Podsumowanie

-

Własność styleSheets zwraca listę obiektów stylesheet w bieżącym dokumencie.

-

Składnia

-
listaWęzłów = document.styleSheets
-
-

Specyfikacja

-

DOM Level 2.

-

{{ languages( { "en": "en/DOM/document.styleSheets", "ja": "ja/DOM/document.styleSheets" } ) }}

-- cgit v1.2.3-54-g00ecf