From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../web/api/stylesheet/parentstylesheet/index.html | 34 ---------------------- .../web/api/stylesheet/parentstylesheet/index.md | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 files/fr/web/api/stylesheet/parentstylesheet/index.html create mode 100644 files/fr/web/api/stylesheet/parentstylesheet/index.md (limited to 'files/fr/web/api/stylesheet/parentstylesheet') diff --git a/files/fr/web/api/stylesheet/parentstylesheet/index.html b/files/fr/web/api/stylesheet/parentstylesheet/index.html deleted file mode 100644 index 1f0d852edf..0000000000 --- a/files/fr/web/api/stylesheet/parentstylesheet/index.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: StyleSheet.parentStyleSheet -slug: Web/API/StyleSheet/parentStyleSheet -translation_of: Web/API/StyleSheet/parentStyleSheet ---- -
-
{{APIRef ("CSSOM")}}
-
- -

Renvoie la feuille de style qui inclut celle-ci, le cas échéant.

- -

Syntaxe

- -
ObjRef = stylesheet.parentStyleSheet
-
- -

Exemple

- -
// trouve la feuille de style de niveau supérieur
-If (stylesheet.parentStyleSheet) {
-    Feuille = stylesheet.parentStyleSheet;
-} autre {
-    Feuille = feuille de style;
-}
- -

Remarques

- -

Cette propriété renvoie NULL est la feuille de style actuelle est une feuille de style de haut niveau ou si l'inclusion de la feuille de style n'est pas prise en charge.

- -

spécification

- - diff --git a/files/fr/web/api/stylesheet/parentstylesheet/index.md b/files/fr/web/api/stylesheet/parentstylesheet/index.md new file mode 100644 index 0000000000..1f0d852edf --- /dev/null +++ b/files/fr/web/api/stylesheet/parentstylesheet/index.md @@ -0,0 +1,34 @@ +--- +title: StyleSheet.parentStyleSheet +slug: Web/API/StyleSheet/parentStyleSheet +translation_of: Web/API/StyleSheet/parentStyleSheet +--- +
+
{{APIRef ("CSSOM")}}
+
+ +

Renvoie la feuille de style qui inclut celle-ci, le cas échéant.

+ +

Syntaxe

+ +
ObjRef = stylesheet.parentStyleSheet
+
+ +

Exemple

+ +
// trouve la feuille de style de niveau supérieur
+If (stylesheet.parentStyleSheet) {
+    Feuille = stylesheet.parentStyleSheet;
+} autre {
+    Feuille = feuille de style;
+}
+ +

Remarques

+ +

Cette propriété renvoie NULL est la feuille de style actuelle est une feuille de style de haut niveau ou si l'inclusion de la feuille de style n'est pas prise en charge.

+ +

spécification

+ + -- cgit v1.2.3-54-g00ecf