diff options
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/element/childelementcount/index.html (renamed from files/pl/web/api/parentnode/childelementcount/index.html) | 3 | ||||
-rw-r--r-- | files/pl/web/api/element/localname/index.html (renamed from files/pl/web/api/node/localname/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/element/namespaceuri/index.html (renamed from files/pl/web/api/node/namespaceuri/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/element/prefix/index.html (renamed from files/pl/web/api/node/prefix/index.html) | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/files/pl/web/api/parentnode/childelementcount/index.html b/files/pl/web/api/element/childelementcount/index.html index f3bbff6554..fb03d5d089 100644 --- a/files/pl/web/api/parentnode/childelementcount/index.html +++ b/files/pl/web/api/element/childelementcount/index.html @@ -1,7 +1,8 @@ --- title: ParentNode.childElementCount -slug: Web/API/ParentNode/childElementCount +slug: Web/API/Element/childElementCount translation_of: Web/API/ParentNode/childElementCount +original_slug: Web/API/ParentNode/childElementCount --- <div>{{ APIRef("DOM") }}</div> diff --git a/files/pl/web/api/node/localname/index.html b/files/pl/web/api/element/localname/index.html index a99e7ae8da..5a12183ce1 100644 --- a/files/pl/web/api/node/localname/index.html +++ b/files/pl/web/api/element/localname/index.html @@ -1,13 +1,13 @@ --- title: element.localName -slug: Web/API/Node/localName +slug: Web/API/Element/localName tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/localName -original_slug: Web/API/Element/localName +original_slug: Web/API/Node/localName --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/node/namespaceuri/index.html b/files/pl/web/api/element/namespaceuri/index.html index 59d7006ff2..7fbe7a79bc 100644 --- a/files/pl/web/api/node/namespaceuri/index.html +++ b/files/pl/web/api/element/namespaceuri/index.html @@ -1,13 +1,13 @@ --- title: element.namespaceURI -slug: Web/API/Node/namespaceURI +slug: Web/API/Element/namespaceURI tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/namespaceURI -original_slug: Web/API/Element/namespaceURI +original_slug: Web/API/Node/namespaceURI --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/node/prefix/index.html b/files/pl/web/api/element/prefix/index.html index 0a76253cd6..5d5971b9f6 100644 --- a/files/pl/web/api/node/prefix/index.html +++ b/files/pl/web/api/element/prefix/index.html @@ -1,13 +1,13 @@ --- title: element.prefix -slug: Web/API/Node/prefix +slug: Web/API/Element/prefix tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/prefix -original_slug: Web/API/Element/prefix +original_slug: Web/API/Node/prefix --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> |