diff options
Diffstat (limited to 'files/fr/web/api/nodeiterator/nextnode/index.html')
| -rw-r--r-- | files/fr/web/api/nodeiterator/nextnode/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/nodeiterator/nextnode/index.html b/files/fr/web/api/nodeiterator/nextnode/index.html index 8c9b61982a..517cc65cef 100644 --- a/files/fr/web/api/nodeiterator/nextnode/index.html +++ b/files/fr/web/api/nodeiterator/nextnode/index.html @@ -18,12 +18,12 @@ translation_of: Web/API/NodeIterator/nextNode <p>Dans les navigateurs anciens, comme spécifié dans les anciennes version des spécifications, la méthode pouvait déclencher une {{domxref("DOMException")}} <code>INVALID_STATE_ERR</code> si elle était appelée après la méthode {{domxref("NodeIterator.detach()")}}. Les navigateurs récents ne lancent rien.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox"><em>node</em> = <em>nodeIterator</em>.nextNode(); </pre> -<h2 id="Example" name="Example">Exemple</h2> +<h2 id="Example">Exemple</h2> <pre class="brush: js">var nodeIterator = document.createNodeIterator( document.body, @@ -34,7 +34,7 @@ translation_of: Web/API/NodeIterator/nextNode currentNode = nodeIterator.nextNode(); // renvoie le noeud suivant. </pre> -<h2 id="Specification" name="Specification">Spécifications</h2> +<h2 id="Specification">Spécifications</h2> <table class="standard-table"> <tbody> |
