aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/stylesheet/ownernode
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/ownernode
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/ownernode')
-rw-r--r--files/fr/web/api/stylesheet/ownernode/index.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/files/fr/web/api/stylesheet/ownernode/index.md b/files/fr/web/api/stylesheet/ownernode/index.md
index a0f97236f8..170945220a 100644
--- a/files/fr/web/api/stylesheet/ownernode/index.md
+++ b/files/fr/web/api/stylesheet/ownernode/index.md
@@ -3,37 +3,37 @@ title: StyleSheet.ownerNode
slug: Web/API/StyleSheet/ownerNode
translation_of: Web/API/StyleSheet/ownerNode
---
-<div>{{APIRef ("CSSOM")}}</div>
+{{APIRef ("CSSOM")}}
-<p><strong>OwnerNode</strong> renvoie le noeud qui associe cette feuille de style au document.</p>
+**OwnerNode** renvoie le noeud qui associe cette feuille de style au document.
-<h2 id="Syntax">Syntaxe</h2>
+## Syntaxe
-<pre class="eval"><em>ObjRef</em> = stylesheet.ownerNode
-</pre>
+ ObjRef = stylesheet.ownerNode
-<h2 id="Example">Exemple</h2>
+## Exemple
-<pre class="brush: html">&lt;Html&gt;
- &lt;Head&gt;
- &lt;Link rel = "StyleSheet" href = "example.css" type = "text / css" /&gt;
- &lt;Script&gt;
+```html
+<Html>
+ <Head>
+ <Link rel = "StyleSheet" href = "example.css" type = "text / css" />
+ <Script>
Function stilo () {
Alerte (document.styleSheets [0] .ownerNode);
}
- &lt;/ Script&gt;
- &lt;/ Head&gt;
- &lt;Body&gt;
- &lt;Button onclick = "stilo ()"&gt; ss &lt;/ button&gt;
- &lt;/ Body&gt;
-&lt;/ Html&gt;
+ </ Script>
+ </ Head>
+ <Body>
+ <Button onclick = "stilo ()"> ss </ button>
+ </ Body>
+</ Html>
// affiche "objet HTMLLinkElement"
-</pre>
+```
-<h2 id="Notes">Remarques</h2>
+## Remarques
-<p>Pour HTML, <strong>ownerNode</strong> peut être l' élément <a href="en/LINK">LINK</a> ou <a href="en/STYLE">STYLE</a> correspondant . Pour XML, il peut s'agir des instructions de traitement de liaison. Pour les feuilles de style qui sont incluses dans d'autres feuilles de style, la valeur de cet attribut est NULL.</p>
+Pour HTML, **ownerNode** peut être l' élément [LINK](en/LINK) ou [STYLE](en/STYLE) correspondant . Pour XML, il peut s'agir des instructions de traitement de liaison. Pour les feuilles de style qui sont incluses dans d'autres feuilles de style, la valeur de cet attribut est NULL.
-<h2 id="Specification">spécification</h2>
+## spécification
-<p>DOM Styles de niveau 2 - FEUILLE DE STYLES</p>
+DOM Styles de niveau 2 - FEUILLE DE STYLES