aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/documentorshadowroot/stylesheets
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-03-10 16:18:46 +0000
committerMDN <actions@users.noreply.github.com>2021-03-10 16:18:46 +0000
commit785c0b7c8adc9e73cfd07817009c4437255c9398 (patch)
treedf9c9cef2d0122f1227098f11d29a2141b014839 /files/es/web/api/documentorshadowroot/stylesheets
parenta347d81327250fad25cb1990f012cab05c3cfa4c (diff)
downloadtranslated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.gz
translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.bz2
translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.zip
[CRON] sync translated content
Diffstat (limited to 'files/es/web/api/documentorshadowroot/stylesheets')
-rw-r--r--files/es/web/api/documentorshadowroot/stylesheets/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/files/es/web/api/documentorshadowroot/stylesheets/index.html b/files/es/web/api/documentorshadowroot/stylesheets/index.html
deleted file mode 100644
index 94c43bd765..0000000000
--- a/files/es/web/api/documentorshadowroot/stylesheets/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Document.styleSheets
-slug: Web/API/DocumentOrShadowRoot/styleSheets
-translation_of: Web/API/DocumentOrShadowRoot/styleSheets
-translation_of_original: Web/API/Document/styleSheets
-original_slug: Web/API/Document/styleSheets
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Summary" name="Summary">Resumen</h3>
-<p>Devuelve una lista de objetos de tipo <a href="/es/DOM/stylesheet" title="es/DOM/stylesheet">stylesheet</a> para las hojas de estilo que están específicamente enlazadas o contenidas en el documento.</p>
-<h3 id="Properties" name="Properties">Propiedades</h3>
-<p><code>styleSheetList.length</code> - devuelve el número de objetos de tipo stylesheet contenidos en el objeto.</p>
-<h3 id="Syntax" name="Syntax">Sintaxis</h3>
-<pre class="eval"><em>styleSheetList</em> = <em>document</em>.styleSheets
-</pre>
-<p>El objeto devuelto es del tipo <a class="external" href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-DocumentStyle-styleSheets">StyleSheetList</a>.</p>
-<p>Es una colección ordenada de objetos de tipo <a href="/es/DOM/stylesheet" title="es/DOM/stylesheet">stylesheet</a>. <code><em>styleSheetList</em>.item(<em>index</em>)</code> o simplemente <code><em>styleSheetList</em>{{ mediawiki.external('
- <i>
- index</i>
- ') }}</code> devuelve un único objeto de tipo stylesheet con el índice especificado (el índice es de origen 0).</p>
-<h3 id="Specification" name="Specification">Especificación</h3>
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-DocumentStyle-styleSheets">DOM Level 2 Style: styleSheets</a></p>
-<p>{{ languages( { "ja": "ja/DOM/document.styleSheets", "pl": "pl/DOM/document.styleSheets" } ) }}</p>