diff options
Diffstat (limited to 'files/fr/web/api/nodeiterator/root/index.html')
| -rw-r--r-- | files/fr/web/api/nodeiterator/root/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/nodeiterator/root/index.html b/files/fr/web/api/nodeiterator/root/index.html index b5d6aeead3..c3fcbf3a8b 100644 --- a/files/fr/web/api/nodeiterator/root/index.html +++ b/files/fr/web/api/nodeiterator/root/index.html @@ -14,12 +14,12 @@ translation_of: Web/API/NodeIterator/root <p>La propriété en lecture seule <code><strong>NodeIterator.root</strong></code> représente le {{DOMxref("Node")}} qui est la racine de ce que le {{DOMxref("NodeIterator")}} traverse.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox"><em>root</em> = <em>nodeIterator</em>.root; </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/root root = nodeIterator.root; // document.body dans ce cas </pre> -<h2 id="Specification" name="Specification">Spécifications</h2> +<h2 id="Specification">Spécifications</h2> <table class="standard-table"> <tbody> |
