diff options
Diffstat (limited to 'files/fr/web/api/htmlcontentelement/select/index.html')
| -rw-r--r-- | files/fr/web/api/htmlcontentelement/select/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/htmlcontentelement/select/index.html b/files/fr/web/api/htmlcontentelement/select/index.html index bb6160b8db..f5b8eda778 100644 --- a/files/fr/web/api/htmlcontentelement/select/index.html +++ b/files/fr/web/api/htmlcontentelement/select/index.html @@ -18,14 +18,14 @@ translation_of: Web/API/HTMLContentElement/select <pre class="syntaxbox"><em>object</em>.select = "<em>CSSselector</em> <em>CSSselector</em> ..."; </pre> -<h2 id="Specifications" name="Specifications">Exemple</h2> +<h2 id="Specifications">Exemple</h2> <pre class="brush: js">// Choisi les éléments <h1> et les elements avec la class "error" myContentObject.select = "h1 .error";</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">Specification</th> |
