aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/documentfragment/queryselector/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/documentfragment/queryselector/index.html')
-rw-r--r--files/fr/web/api/documentfragment/queryselector/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/api/documentfragment/queryselector/index.html b/files/fr/web/api/documentfragment/queryselector/index.html
index 6914d21c4a..86aac6075b 100644
--- a/files/fr/web/api/documentfragment/queryselector/index.html
+++ b/files/fr/web/api/documentfragment/queryselector/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/DocumentFragment/querySelector
<p>Si les sélecteurs spécifiés dans paramètre sont invalides une {{domxref("DOMException")}} avec une valeur <code>SYNTAX_ERR</code> est lancée.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="syntaxbox"><em>element</em> = <em>documentfragment</em>.querySelector(<em>selectors</em>);</pre>
@@ -28,7 +28,7 @@ translation_of: Web/API/DocumentFragment/querySelector
<dd>est une {{domxref("DOMString")}} (<em>chaîne de caractères</em>) contenant un ou plusieurs sélecteurs CSS séparés par des virgules.</dd>
</dl>
-<h2 id="Example" name="Example">Exemples</h2>
+<h2 id="Example">Exemples</h2>
<h3 id="Exemple_de_base">Exemple de base</h3>
@@ -52,7 +52,7 @@ document.querySelector('#foo\\:bar') // Correspond au second div
&lt;/script&gt;
</pre>
-<h2 id="Specification" name="Specification">Spécifications</h2>
+<h2 id="Specification">Spécifications</h2>
<table class="standard-table">
<tbody>
@@ -74,11 +74,11 @@ document.querySelector('#foo\\:bar') // Correspond au second div
</tbody>
</table>
-<h2 id="Browser_Compatibility" name="Browser_Compatibility">Compatibilité des navigateurs</h2>
+<h2 id="Browser_Compatibility">Compatibilité des navigateurs</h2>
<p>{{Compat("api.DocumentFragment.querySelector")}}</p>
-<h2 id="See_also" name="See_also">Voir aussi</h2>
+<h2 id="See_also">Voir aussi</h2>
<ul>
<li>L'interface {{domxref("DocumentFragment")}} à laquelle elle appartient.</li>