diff options
Diffstat (limited to 'files/fr/web/api/nodeiterator/whattoshow/index.html')
-rw-r--r-- | files/fr/web/api/nodeiterator/whattoshow/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/nodeiterator/whattoshow/index.html b/files/fr/web/api/nodeiterator/whattoshow/index.html index a36dbc4527..216eee5ac5 100644 --- a/files/fr/web/api/nodeiterator/whattoshow/index.html +++ b/files/fr/web/api/nodeiterator/whattoshow/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/NodeIterator/whatToShow <p>La propriété en lecture seule <strong><code>NodeIterator.whatToShow</code></strong> est un <code>unsigned integer</code> (<em>entier non signé</em>) représentant un masque de bits désignant le type de noeuds qui doit être renvoyé par le {{domxref("NodeIterator")}}.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox">var nodeTypes = <em>nodeIterator</em>.whatToShow; </pre> @@ -96,7 +96,7 @@ translation_of: Web/API/NodeIterator/whatToShow </tbody> </table> -<h2 id="Example" name="Example">Exemple</h2> +<h2 id="Example">Exemple</h2> <pre class="brush: js">var nodeIterator = document.createNodeIterator( document.body, @@ -110,7 +110,7 @@ if( (nodeIterator.whatToShow == NodeFilter.SHOW_ALL) || } </pre> -<h2 id="Specification" name="Specification">Spécifications</h2> +<h2 id="Specification">Spécifications</h2> <table class="standard-table"> <tbody> |