aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/cssrule
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-15 12:59:34 -0400
committerGitHub <noreply@github.com>2021-07-15 12:59:34 -0400
commit3601b7bb982e958927e069715cfe07430bce7196 (patch)
treed305ecdbf80ce8126386a0d7886f70d915277c7c /files/es/web/api/cssrule
parent9ace67d06f2369e3c770e3a11e06e1c8cc9f66fd (diff)
downloadtranslated-content-3601b7bb982e958927e069715cfe07430bce7196.tar.gz
translated-content-3601b7bb982e958927e069715cfe07430bce7196.tar.bz2
translated-content-3601b7bb982e958927e069715cfe07430bce7196.zip
delete pages that were never translated from en-US (es, part 1) (#1547)
Diffstat (limited to 'files/es/web/api/cssrule')
-rw-r--r--files/es/web/api/cssrule/parentstylesheet/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/es/web/api/cssrule/parentstylesheet/index.html b/files/es/web/api/cssrule/parentstylesheet/index.html
deleted file mode 100644
index f66c603137..0000000000
--- a/files/es/web/api/cssrule/parentstylesheet/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: cssRule.parentStyleSheet
-slug: Web/API/CSSRule/parentStyleSheet
-translation_of: Web/API/CSSRule/parentStyleSheet
----
-<div>
- {{APIRef}}</div>
-<div>
-  </div>
-<p><span style="font-size: 1.71428571428571rem; letter-spacing: -0.5px; line-height: 24px;">Summary</span></p>
-<p><strong><font><font>parentStyleSheet</font></font></strong><font><font> returns the object type of style sheet, in which the rule is defined.</font></font></p>
-<h3 id="Syntax" name="Syntax"><font><font>Syntax</font></font></h3>
-<pre class="eval"><em><font><font>stylesheet</font></font></em> = cssRule.parentStyleSheet
-</pre>
-<h3 id="Parameters" name="Parameters"><font><font>Parameters</font></font></h3>
-<ul>
- <li><code><font><font>stylesheet</font></font></code><font><font> stylesheet is an object type.</font></font></li>
-</ul>
-<h3 id="Example" name="Example"><font><font>Instance</font></font></h3>
-<pre class="eval">if (bgRule.parentStyleSheet! = MySheet) {
- // Style alien rule!
-}
-</pre>
-<h3 id="Notes" name="Notes"><font><font>Letters</font></font></h3>
-<p><font><font>See </font></font><a href="/es/DOM/event#DOM_styleSheet_Object" title="en / DOM / event # DOM_styleSheet_Object"><font><font>Gecko DOM Reference: event # DOM_styleSheet_Object</font></font></a><font><font> for more information about the interface type objects stylesheet.</font></font></p>
-<h3 id="Specification" name="Specification"><font><font>Specification</font></font></h3>
-<p><font><font>DOM Level 2 Style - cssRule</font></font></p>