diff options
Diffstat (limited to 'files/fr/web/api/htmlcontentelement/getdistributednodes/index.html')
-rw-r--r-- | files/fr/web/api/htmlcontentelement/getdistributednodes/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/htmlcontentelement/getdistributednodes/index.html b/files/fr/web/api/htmlcontentelement/getdistributednodes/index.html index 0b80a65c12..282b4a2933 100644 --- a/files/fr/web/api/htmlcontentelement/getdistributednodes/index.html +++ b/files/fr/web/api/htmlcontentelement/getdistributednodes/index.html @@ -17,14 +17,14 @@ translation_of: Web/API/HTMLContentElement/getDistributedNodes <pre class="syntaxbox">var <em>nodeList</em> = <em>object</em>.getDistributedNodes() </pre> -<h2 id="Specifications" name="Specifications">Exemple</h2> +<h2 id="Specifications">Exemple</h2> <pre class="brush: js">// Récupère les éléments var nodes = myContentObject.getDistributedNodes();</pre> -<h2 id="Specifications" name="Specifications">Spécifications</h2> +<h2 id="Specifications">Spécifications</h2> -<table class="spec-table standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="col">Spécification</th> |