diff options
Diffstat (limited to 'files/pl/web/api/documentorshadowroot/stylesheets')
-rw-r--r-- | files/pl/web/api/documentorshadowroot/stylesheets/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/pl/web/api/documentorshadowroot/stylesheets/index.html b/files/pl/web/api/documentorshadowroot/stylesheets/index.html new file mode 100644 index 0000000000..cb2e61d67b --- /dev/null +++ b/files/pl/web/api/documentorshadowroot/stylesheets/index.html @@ -0,0 +1,21 @@ +--- +title: document.styleSheets +slug: Web/API/DocumentOrShadowRoot/styleSheets +tags: + - DOM + - Dokumentacja_Gecko_DOM + - Gecko + - Wszystkie_kategorie +translation_of: Web/API/DocumentOrShadowRoot/styleSheets +translation_of_original: Web/API/Document/styleSheets +original_slug: 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> |