From 3601b7bb982e958927e069715cfe07430bce7196 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 15 Jul 2021 12:59:34 -0400 Subject: delete pages that were never translated from en-US (es, part 1) (#1547) --- .../es/web/api/cssrule/parentstylesheet/index.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 files/es/web/api/cssrule/parentstylesheet/index.html (limited to 'files/es/web/api/cssrule') 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 ---- -
- {{APIRef}}
-
-  
-

Summary

-

parentStyleSheet returns the object type of style sheet, in which the rule is defined.

-

Syntax

-
stylesheet = cssRule.parentStyleSheet
-
-

Parameters

- -

Instance

-
if (bgRule.parentStyleSheet! = MySheet) {
-   // Style alien rule!
-}
-
-

Letters

-

See Gecko DOM Reference: event # DOM_styleSheet_Object for more information about the interface type objects stylesheet.

-

Specification

-

DOM Level 2 Style - cssRule

-- cgit v1.2.3-54-g00ecf