aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/element/normalize/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/element/normalize/index.html')
-rw-r--r--files/pl/web/api/element/normalize/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/pl/web/api/element/normalize/index.html b/files/pl/web/api/element/normalize/index.html
deleted file mode 100644
index 4dac3822cc..0000000000
--- a/files/pl/web/api/element/normalize/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: element.normalize
-slug: Web/API/Element/normalize
-tags:
- - DOM
- - Dokumentacja_Gecko_DOM
- - Gecko
- - Wszystkie_kategorie
-translation_of: Web/API/Node/normalize
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
-<p>Metoda zapisuje określony węzeł i całe jego poddrzewo w "znormalizowanej" formie. W znormalizowanym poddrzewie żaden węzeł tekstowy nie jest pusty, nie ma również sąsiednich węzłów tekstowych.</p>
-<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
-<pre class="eval">element.normalize()
-</pre>
-<h3 id="Uwagi" name="Uwagi">Uwagi</h3>
-<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3>
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-normalize">DOM Level 2 Core: Node.normalize</a></p>
-<div class="noinclude">
-  </div>
-<p>{{ languages( { "en": "en/DOM/element.normalize", "fr": "fr/DOM/element.normalize" } ) }}</p>