diff options
Diffstat (limited to 'files/fr/web/api/htmlselectelement/remove/index.html')
-rw-r--r-- | files/fr/web/api/htmlselectelement/remove/index.html | 52 |
1 files changed, 3 insertions, 49 deletions
diff --git a/files/fr/web/api/htmlselectelement/remove/index.html b/files/fr/web/api/htmlselectelement/remove/index.html index e631e15531..003a8e727c 100644 --- a/files/fr/web/api/htmlselectelement/remove/index.html +++ b/files/fr/web/api/htmlselectelement/remove/index.html @@ -76,57 +76,11 @@ sel.remove(1); </tbody> </table> -<h2 id="Navigateurs_compatibles">Navigateurs compatibles</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p>{{CompatibilityTable}}</p> +<p>{{Compat("api.HTMLSelectElement.remove")}}</p> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<h2 id="Voir_aussi">Voir aussi</h2> +<h2 id="See_also">Voir aussi</h2> <ul> <li>{{ domxref("ChildNode.remove") }}, la méthode appelée quand remove est créé sans argument pour un {{ domxref("HTMLSelectElement") }}.</li> |