diff options
Diffstat (limited to 'files/fr/web/api/nodeiterator/referencenode/index.html')
-rw-r--r-- | files/fr/web/api/nodeiterator/referencenode/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/nodeiterator/referencenode/index.html b/files/fr/web/api/nodeiterator/referencenode/index.html index b138a52723..b706873866 100644 --- a/files/fr/web/api/nodeiterator/referencenode/index.html +++ b/files/fr/web/api/nodeiterator/referencenode/index.html @@ -14,12 +14,12 @@ translation_of: Web/API/NodeIterator/referenceNode <p>La propriété en lecture seule <strong><code>NodeIterator.referenceNode</code></strong> renvoie le {{domxref("Node")}} auquel l'itérateur est ancré ; si de nouveaux noeuds sont insérés, l'itérateur reste ancré au noeud de référence spécifié par cette propriété.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox"><em>node</em> = <em>nodeIterator</em>.referenceNode; </pre> -<h2 id="Example" name="Example">Exemple</h2> +<h2 id="Example">Exemple</h2> <pre class="brush: js">var nodeIterator = document.createNodeIterator( document.body, @@ -30,7 +30,7 @@ translation_of: Web/API/NodeIterator/referenceNode node = nodeIterator.referenceNode; </pre> -<h2 id="Specification" name="Specification">Spécifications</h2> +<h2 id="Specification">Spécifications</h2> <table class="standard-table"> <tbody> |