aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/treewalker/previoussibling/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/treewalker/previoussibling/index.html')
-rw-r--r--files/fr/web/api/treewalker/previoussibling/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/treewalker/previoussibling/index.html b/files/fr/web/api/treewalker/previoussibling/index.html
index 150ccd3db9..49db9c03ad 100644
--- a/files/fr/web/api/treewalker/previoussibling/index.html
+++ b/files/fr/web/api/treewalker/previoussibling/index.html
@@ -13,12 +13,12 @@ translation_of: Web/API/TreeWalker/previousSibling
<p>La méthode <strong><code>TreeWalker.previousSibling()</code></strong> déplace le {{domxref("Node")}} courant vers son frère précédent, le cas échéant, et renvoie le frère trouvé. S'il n'y en a pas, elle renvoie <code>null</code> et le noeud actuel est inchangé.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="syntaxbox"><em>node</em> = <em>treeWalker</em>.previousSibling();
</pre>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<pre class="brush: js">var treeWalker = document.createTreeWalker(
document.body,
@@ -30,7 +30,7 @@ var node = treeWalker.previousSibling(); // renvoie null car il n'y a pas de frÃ
</pre>
-<h2 id="Specification" name="Specification">Spécifications</h2>
+<h2 id="Specification">Spécifications</h2>
<table class="standard-table">
<tbody>