aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/document/stylesheets/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/document/stylesheets/index.html')
-rw-r--r--files/pl/web/api/document/stylesheets/index.html20
1 files changed, 0 insertions, 20 deletions
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
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
-<p>Własność <b>styleSheets</b> zwraca listę obiektów <code>stylesheet</code> w bieżącym dokumencie.</p>
-<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
-<pre class="eval"><i>listaWęzłów</i> = document.styleSheets
-</pre>
-<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3>
-<p>DOM Level 2.</p>
-<p>{{ languages( { "en": "en/DOM/document.styleSheets", "ja": "ja/DOM/document.styleSheets" } ) }}</p>