diff options
Diffstat (limited to 'files/fr/web/api/treewalker/root/index.html')
-rw-r--r-- | files/fr/web/api/treewalker/root/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/treewalker/root/index.html b/files/fr/web/api/treewalker/root/index.html index fe89e8d850..bfa2d38c2b 100644 --- a/files/fr/web/api/treewalker/root/index.html +++ b/files/fr/web/api/treewalker/root/index.html @@ -13,11 +13,11 @@ translation_of: Web/API/TreeWalker/root <p>La propriété en lecture seule <code><strong>TreeWalker.root</strong></code> renvoie le noeud qui est la racine de ce que TreeWalker doit traverser.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox"><em>root</em> = TreeWalker.root;</pre> -<h2 id="Example" name="Example">Exemple</h2> +<h2 id="Example">Exemple</h2> <pre class="brush: js">var treeWalker = document.createTreeWalker( document.body, @@ -28,7 +28,7 @@ translation_of: Web/API/TreeWalker/root root = treeWalker.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> |