aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/node
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/node')
-rw-r--r--files/pl/web/api/node/appendchild/index.html3
-rw-r--r--files/pl/web/api/node/childnodes/index.html3
-rw-r--r--files/pl/web/api/node/clonenode/index.html3
-rw-r--r--files/pl/web/api/node/firstchild/index.html3
-rw-r--r--files/pl/web/api/node/haschildnodes/index.html3
-rw-r--r--files/pl/web/api/node/insertbefore/index.html3
-rw-r--r--files/pl/web/api/node/lastchild/index.html3
-rw-r--r--files/pl/web/api/node/localname/index.html3
-rw-r--r--files/pl/web/api/node/namespaceuri/index.html3
-rw-r--r--files/pl/web/api/node/nextsibling/index.html3
-rw-r--r--files/pl/web/api/node/nodename/index.html3
-rw-r--r--files/pl/web/api/node/nodetype/index.html3
-rw-r--r--files/pl/web/api/node/nodevalue/index.html3
-rw-r--r--files/pl/web/api/node/normalize/index.html3
-rw-r--r--files/pl/web/api/node/ownerdocument/index.html3
-rw-r--r--files/pl/web/api/node/parentnode/index.html3
-rw-r--r--files/pl/web/api/node/prefix/index.html3
-rw-r--r--files/pl/web/api/node/previoussibling/index.html3
-rw-r--r--files/pl/web/api/node/removechild/index.html3
-rw-r--r--files/pl/web/api/node/replacechild/index.html3
-rw-r--r--files/pl/web/api/node/textcontent/index.html3
21 files changed, 42 insertions, 21 deletions
diff --git a/files/pl/web/api/node/appendchild/index.html b/files/pl/web/api/node/appendchild/index.html
index ae2b141231..8cbbe6866b 100644
--- a/files/pl/web/api/node/appendchild/index.html
+++ b/files/pl/web/api/node/appendchild/index.html
@@ -1,12 +1,13 @@
---
title: element.appendChild
-slug: Web/API/Element/appendChild
+slug: Web/API/Node/appendChild
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/appendChild
+original_slug: Web/API/Element/appendChild
---
<p>{{ ApiRef() }}</p>
diff --git a/files/pl/web/api/node/childnodes/index.html b/files/pl/web/api/node/childnodes/index.html
index 2f15d119e2..511db0973b 100644
--- a/files/pl/web/api/node/childnodes/index.html
+++ b/files/pl/web/api/node/childnodes/index.html
@@ -1,12 +1,13 @@
---
title: element.childNodes
-slug: Web/API/Element/childNodes
+slug: Web/API/Node/childNodes
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/childNodes
+original_slug: Web/API/Element/childNodes
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/clonenode/index.html b/files/pl/web/api/node/clonenode/index.html
index eb0550678b..4c7d379a18 100644
--- a/files/pl/web/api/node/clonenode/index.html
+++ b/files/pl/web/api/node/clonenode/index.html
@@ -1,12 +1,13 @@
---
title: element.cloneNode
-slug: Web/API/Element/clientNode
+slug: Web/API/Node/cloneNode
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/cloneNode
+original_slug: Web/API/Element/clientNode
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/firstchild/index.html b/files/pl/web/api/node/firstchild/index.html
index 20189ce803..73fc2fca33 100644
--- a/files/pl/web/api/node/firstchild/index.html
+++ b/files/pl/web/api/node/firstchild/index.html
@@ -1,12 +1,13 @@
---
title: element.firstChild
-slug: Web/API/Element/firstChild
+slug: Web/API/Node/firstChild
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/firstChild
+original_slug: Web/API/Element/firstChild
---
<p>{{ ApiRef() }}</p>
diff --git a/files/pl/web/api/node/haschildnodes/index.html b/files/pl/web/api/node/haschildnodes/index.html
index e21f22dedf..bd575229c8 100644
--- a/files/pl/web/api/node/haschildnodes/index.html
+++ b/files/pl/web/api/node/haschildnodes/index.html
@@ -1,12 +1,13 @@
---
title: element.hasChildNodes
-slug: Web/API/Element/hasChildNodes
+slug: Web/API/Node/hasChildNodes
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/hasChildNodes
+original_slug: Web/API/Element/hasChildNodes
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/insertbefore/index.html b/files/pl/web/api/node/insertbefore/index.html
index 27c40ad945..bf4eddcf43 100644
--- a/files/pl/web/api/node/insertbefore/index.html
+++ b/files/pl/web/api/node/insertbefore/index.html
@@ -1,12 +1,13 @@
---
title: element.insertBefore
-slug: Web/API/Element/insertBefore
+slug: Web/API/Node/insertBefore
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/insertBefore
+original_slug: Web/API/Element/insertBefore
---
<p>{{ ApiRef() }}</p>
diff --git a/files/pl/web/api/node/lastchild/index.html b/files/pl/web/api/node/lastchild/index.html
index 34475c02d7..58eb52506a 100644
--- a/files/pl/web/api/node/lastchild/index.html
+++ b/files/pl/web/api/node/lastchild/index.html
@@ -1,12 +1,13 @@
---
title: element.lastChild
-slug: Web/API/Element/lastChild
+slug: Web/API/Node/lastChild
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/lastChild
+original_slug: Web/API/Element/lastChild
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/localname/index.html b/files/pl/web/api/node/localname/index.html
index 55b5649e31..a99e7ae8da 100644
--- a/files/pl/web/api/node/localname/index.html
+++ b/files/pl/web/api/node/localname/index.html
@@ -1,12 +1,13 @@
---
title: element.localName
-slug: Web/API/Element/localName
+slug: Web/API/Node/localName
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/localName
+original_slug: Web/API/Element/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/node/namespaceuri/index.html
index 9f252ba570..59d7006ff2 100644
--- a/files/pl/web/api/node/namespaceuri/index.html
+++ b/files/pl/web/api/node/namespaceuri/index.html
@@ -1,12 +1,13 @@
---
title: element.namespaceURI
-slug: Web/API/Element/namespaceURI
+slug: Web/API/Node/namespaceURI
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/namespaceURI
+original_slug: Web/API/Element/namespaceURI
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/nextsibling/index.html b/files/pl/web/api/node/nextsibling/index.html
index 17f1822a56..0aa4a0ebfb 100644
--- a/files/pl/web/api/node/nextsibling/index.html
+++ b/files/pl/web/api/node/nextsibling/index.html
@@ -1,12 +1,13 @@
---
title: element.nextSibling
-slug: Web/API/Element/nextSibling
+slug: Web/API/Node/nextSibling
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/nextSibling
+original_slug: Web/API/Element/nextSibling
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/nodename/index.html b/files/pl/web/api/node/nodename/index.html
index 93a54424a6..1469f246f1 100644
--- a/files/pl/web/api/node/nodename/index.html
+++ b/files/pl/web/api/node/nodename/index.html
@@ -1,12 +1,13 @@
---
title: element.nodeName
-slug: Web/API/Element/nodeName
+slug: Web/API/Node/nodeName
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/nodeName
+original_slug: Web/API/Element/nodeName
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/nodetype/index.html b/files/pl/web/api/node/nodetype/index.html
index 8f3825ea86..e829a351b3 100644
--- a/files/pl/web/api/node/nodetype/index.html
+++ b/files/pl/web/api/node/nodetype/index.html
@@ -1,12 +1,13 @@
---
title: element.nodeType
-slug: Web/API/Element/nodeType
+slug: Web/API/Node/nodeType
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/nodeType
+original_slug: Web/API/Element/nodeType
---
<div>
{{ApiRef}}</div>
diff --git a/files/pl/web/api/node/nodevalue/index.html b/files/pl/web/api/node/nodevalue/index.html
index 205871bba3..2832bb028a 100644
--- a/files/pl/web/api/node/nodevalue/index.html
+++ b/files/pl/web/api/node/nodevalue/index.html
@@ -1,12 +1,13 @@
---
title: Node.nodeValue
-slug: Web/API/Element/nodeValue
+slug: Web/API/Node/nodeValue
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/nodeValue
+original_slug: Web/API/Element/nodeValue
---
<div>
{{APIRef}}</div>
diff --git a/files/pl/web/api/node/normalize/index.html b/files/pl/web/api/node/normalize/index.html
index 4dac3822cc..847418c217 100644
--- a/files/pl/web/api/node/normalize/index.html
+++ b/files/pl/web/api/node/normalize/index.html
@@ -1,12 +1,13 @@
---
title: element.normalize
-slug: Web/API/Element/normalize
+slug: Web/API/Node/normalize
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/normalize
+original_slug: Web/API/Element/normalize
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/ownerdocument/index.html b/files/pl/web/api/node/ownerdocument/index.html
index 0ecbed4869..19fcded1ff 100644
--- a/files/pl/web/api/node/ownerdocument/index.html
+++ b/files/pl/web/api/node/ownerdocument/index.html
@@ -1,12 +1,13 @@
---
title: element.ownerDocument
-slug: Web/API/Element/ownerDocument
+slug: Web/API/Node/ownerDocument
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/ownerDocument
+original_slug: Web/API/Element/ownerDocument
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/parentnode/index.html b/files/pl/web/api/node/parentnode/index.html
index ec9bbceda0..2e2aafac81 100644
--- a/files/pl/web/api/node/parentnode/index.html
+++ b/files/pl/web/api/node/parentnode/index.html
@@ -1,12 +1,13 @@
---
title: element.parentNode
-slug: Web/API/Element/parentNode
+slug: Web/API/Node/parentNode
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/parentNode
+original_slug: Web/API/Element/parentNode
---
<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/node/prefix/index.html
index c5ecdac392..0a76253cd6 100644
--- a/files/pl/web/api/node/prefix/index.html
+++ b/files/pl/web/api/node/prefix/index.html
@@ -1,12 +1,13 @@
---
title: element.prefix
-slug: Web/API/Element/prefix
+slug: Web/API/Node/prefix
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/prefix
+original_slug: Web/API/Element/prefix
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/previoussibling/index.html b/files/pl/web/api/node/previoussibling/index.html
index 0199cfb1a7..4dace5c856 100644
--- a/files/pl/web/api/node/previoussibling/index.html
+++ b/files/pl/web/api/node/previoussibling/index.html
@@ -1,12 +1,13 @@
---
title: element.previousSibling
-slug: Web/API/Element/previousSibling
+slug: Web/API/Node/previousSibling
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/previousSibling
+original_slug: Web/API/Element/previousSibling
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/removechild/index.html b/files/pl/web/api/node/removechild/index.html
index c07c36ab3b..4f94df019d 100644
--- a/files/pl/web/api/node/removechild/index.html
+++ b/files/pl/web/api/node/removechild/index.html
@@ -1,12 +1,13 @@
---
title: element.removeChild
-slug: Web/API/Element/removeChild
+slug: Web/API/Node/removeChild
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/removeChild
+original_slug: Web/API/Element/removeChild
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/replacechild/index.html b/files/pl/web/api/node/replacechild/index.html
index dcb5686d44..6c4151a757 100644
--- a/files/pl/web/api/node/replacechild/index.html
+++ b/files/pl/web/api/node/replacechild/index.html
@@ -1,12 +1,13 @@
---
title: element.replaceChild
-slug: Web/API/Element/replaceChild
+slug: Web/API/Node/replaceChild
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/replaceChild
+original_slug: Web/API/Element/replaceChild
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
diff --git a/files/pl/web/api/node/textcontent/index.html b/files/pl/web/api/node/textcontent/index.html
index f667ea2889..943614ac15 100644
--- a/files/pl/web/api/node/textcontent/index.html
+++ b/files/pl/web/api/node/textcontent/index.html
@@ -1,12 +1,13 @@
---
title: element.textContent
-slug: Web/API/Element/textContent
+slug: Web/API/Node/textContent
tags:
- DOM
- Dokumentacja_Gecko_DOM
- Gecko
- Wszystkie_kategorie
translation_of: Web/API/Node/textContent
+original_slug: Web/API/Element/textContent
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>