aboutsummaryrefslogtreecommitdiff
path: root/files/pl
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-16 08:28:32 -0400
committerGitHub <noreply@github.com>2021-07-16 14:28:32 +0200
commit4e7da5803d972a000ebc7c625fd5f0abd0a32370 (patch)
tree8867160920cc193e369d4850a28becb32b146225 /files/pl
parent276dd384ae50f8cb94c8b8121836b6caa2207aa5 (diff)
downloadtranslated-content-4e7da5803d972a000ebc7c625fd5f0abd0a32370.tar.gz
translated-content-4e7da5803d972a000ebc7c625fd5f0abd0a32370.tar.bz2
translated-content-4e7da5803d972a000ebc7c625fd5f0abd0a32370.zip
Delete broken Polish clientHeight page (#1545)
Diffstat (limited to 'files/pl')
-rw-r--r--files/pl/_redirects.txt2
-rw-r--r--files/pl/web/api/element/clientheight/index.html47
2 files changed, 0 insertions, 49 deletions
diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt
index 51ca506e89..d33a6fe298 100644
--- a/files/pl/_redirects.txt
+++ b/files/pl/_redirects.txt
@@ -363,7 +363,6 @@
/pl/docs/DOM/element.childNodes /pl/docs/Web/API/Node/childNodes
/pl/docs/DOM/element.className /pl/docs/Web/API/Element/className
/pl/docs/DOM/element.click /pl/docs/Web/API/HTMLElement/click
-/pl/docs/DOM/element.clientHeight /pl/docs/Web/API/Element/clientHeight
/pl/docs/DOM/element.clientWidth /pl/docs/Web/API/Element/clientWidth
/pl/docs/DOM/element.cloneNode /pl/docs/Web/API/Node/cloneNode
/pl/docs/DOM/element.createAttribute /pl/docs/Web/API/Document/createAttribute
@@ -598,7 +597,6 @@
/pl/docs/DOM:element.childNodes /pl/docs/Web/API/Node/childNodes
/pl/docs/DOM:element.className /pl/docs/Web/API/Element/className
/pl/docs/DOM:element.click /pl/docs/Web/API/HTMLElement/click
-/pl/docs/DOM:element.clientHeight /pl/docs/Web/API/Element/clientHeight
/pl/docs/DOM:element.clientWidth /pl/docs/Web/API/Element/clientWidth
/pl/docs/DOM:element.cloneNode /pl/docs/Web/API/Node/cloneNode
/pl/docs/DOM:element.createAttribute /pl/docs/Web/API/Document/createAttribute
diff --git a/files/pl/web/api/element/clientheight/index.html b/files/pl/web/api/element/clientheight/index.html
deleted file mode 100644
index 7014fd35f5..0000000000
--- a/files/pl/web/api/element/clientheight/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: element.clientHeight
-slug: Web/API/Element/clientHeight
-tags:
- - DOM
- - Dokumentacja_Gecko_DOM
- - Gecko
- - Wszystkie_kategorie
-translation_of: Web/API/Element/clientHeight
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
-<p>Zwraca wewnętrzną wysokość elementu w pikselach, włączając marginesy wewnętrzne (
- <i>
- padding</i>
- ), ale bez poziomego paska przewijania, obramowań i marginesów zewnętrznych (
- <i>
- margin</i>
- ).</p>
-<p><code>clientHeight</code> można wyliczyć jako (właśność <code>height</code> CSS) + (<code>padding</code> w CSS) - (wysokość poziomego paska przewijania (jeśli jest)).</p>
-<h3 id="Sk.C5.82adnia_i_warto.C5.9Bci" name="Sk.C5.82adnia_i_warto.C5.9Bci">Składnia i wartości</h3>
-<pre class="eval">var <var>h</var> = <var>element</var>.clientHeight;
-</pre>
-<p><var>h</var> to liczba całkowita reprezentująca <code>clientHeight</code> <var>element</var>u w pikselach.</p>
-<p><code>clientHeight</code> jest tylko do odczytu.</p>
-<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h3>
-<div id="offsetContainer" style="margin: 26px 0px; background-color: rgb(255, 255, 204); border: 4px dashed black; color: black; position: absolute; left: 260px;">
- <div id="idDiv" style="margin: 24px 29px; border: 24px black solid; padding: 0px 28px; width: 199px; height: 102px; overflow: auto; background-color: white; font-size: 13px!important; font-family: Arial, sans-serif;">
- <p id="PaddingTopLabel" style="text-align: center; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif; margin: 0px;">padding-top</p>
- <p>Gentle, individualistic and very loyal, Birman cats fall between Siamese and Persian in character. If you admire cats that are non aggressive, that enjoy being with humans and tend to be on the quiet side, you may well find that Birman cats are just the felines for you.</p>
- <p><span style="float: right;"><img alt="Image:BirmanCat.jpg"></span>All Birmans have colorpointed features, dark coloration of the face, ears, legs and tail.</p>
- <p>Cat image and text coming from <a class="external" href="http://www.best-cat-art.com/" rel="freelink">http://www.best-cat-art.com/</a></p>
- <p id="PaddingBottomLabel" style="text-align: center; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif; margin: 0px;">padding-bottom</p>
- </div>
- <span style="position: absolute; left: -32px; top: 85px; color: blue; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">Left</span><span style="position: absolute; left: 170px; top: -20px; color: blue; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">Top</span><span style="position: absolute; left: 370px; top: 85px; color: blue; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">Right</span><span style="position: absolute; left: 164px; top: 203px; color: blue; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">Bottom</span><span style="position: absolute; left: 143px; top: 5px; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">margin-top</span><span style="position: absolute; left: 138px; top: 175px; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">margin-bottom</span><span style="position: absolute; left: 143px; top: 27px; color: white; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">border-top</span><span style="position: absolute; left: 138px; top: 153px; color: white; font-style: italic; font-weight: bold; font-size: 13px!important; font-family: Arial, sans-serif;">border-bottom</span></div>
-<p style="margin-top: 270px;"><img alt="Grafika:clientHeight.png"></p>
-<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3>
-<p>Nie należy do żadnej ze specyfikacji W3C.</p>
-<h3 id="Uwagi" name="Uwagi">Uwagi</h3>
-<p><code>clientHeight</code> jest niestandardową właściwością, wprowadzoną w modelu obiektowym przeglądarki Internet Explorer.</p>
-<h3 id="Dokumentacja" name="Dokumentacja">Dokumentacja</h3>
-<ul>
- <li><a class="external" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/clientheight.asp?frame=true">MSDN clientHeight definition</a></li>
- <li><a class="external" href="http://msdn.microsoft.com/workshop/author/om/measuring.asp">MSDN Measuring Element Dimension and Location</a></li>
- <li><a class="external" href="http://www.mozilla.org/docs/dom/domref/clientHeight.html">Gecko DOM Reference on clientHeight</a></li>
-</ul>
-<p>{{ languages( { "en": "en/DOM/element.clientHeight", "fr": "fr/DOM/element.clientHeight", "ja": "ja/DOM/element.clientHeight", "zh-cn": "cn/DOM/element.clientHeight" } ) }}</p>