aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/document/stylesheets/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/document/stylesheets/index.html')
-rw-r--r--files/es/web/api/document/stylesheets/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/es/web/api/document/stylesheets/index.html b/files/es/web/api/document/stylesheets/index.html
deleted file mode 100644
index 0458cb3fc9..0000000000
--- a/files/es/web/api/document/stylesheets/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Document.styleSheets
-slug: Web/API/Document/styleSheets
-translation_of: Web/API/DocumentOrShadowRoot/styleSheets
-translation_of_original: 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>