aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/stylesheet/parentstylesheet
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:24 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commit1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch)
tree30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/stylesheet/parentstylesheet
parentc05efa8d7ae464235cf83d7c0956e42dc6974103 (diff)
downloadtranslated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip
convert content to md
Diffstat (limited to 'files/fr/web/api/stylesheet/parentstylesheet')
-rw-r--r--files/fr/web/api/stylesheet/parentstylesheet/index.md29
1 files changed, 13 insertions, 16 deletions
diff --git a/files/fr/web/api/stylesheet/parentstylesheet/index.md b/files/fr/web/api/stylesheet/parentstylesheet/index.md
index 1f0d852edf..873c73a78f 100644
--- a/files/fr/web/api/stylesheet/parentstylesheet/index.md
+++ b/files/fr/web/api/stylesheet/parentstylesheet/index.md
@@ -3,32 +3,29 @@ title: StyleSheet.parentStyleSheet
slug: Web/API/StyleSheet/parentStyleSheet
translation_of: Web/API/StyleSheet/parentStyleSheet
---
-<div>
-<div>{{APIRef ("CSSOM")}}</div>
-</div>
+{{APIRef ("CSSOM")}}
-<p>Renvoie la feuille de style qui inclut celle-ci, le cas échéant.</p>
+Renvoie la feuille de style qui inclut celle-ci, le cas échéant.
-<h2 id="Syntax">Syntaxe</h2>
+## Syntaxe
-<pre class="syntaxbox"><em>ObjRef</em> = stylesheet.parentStyleSheet
-</pre>
+ ObjRef = stylesheet.parentStyleSheet
-<h2 id="Example">Exemple</h2>
+## Exemple
-<pre class="brush:js">// trouve la feuille de style de niveau supérieur
+```js
+// trouve la feuille de style de niveau supérieur
If (stylesheet.parentStyleSheet) {
Feuille = stylesheet.parentStyleSheet;
} autre {
Feuille = feuille de style;
-}</pre>
+}
+```
-<h2 id="Notes">Remarques</h2>
+## Remarques
-<p>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.</p>
+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.
-<h2 id="Specification">spécification</h2>
+## spécification
-<ul>
- <li><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html#StyleSheets-StyleSheet-parentStyleSheet">ParentStyleSheet </a></li>
-</ul>
+- [ParentStyleSheet](http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html#StyleSheets-StyleSheet-parentStyleSheet)