diff options
Diffstat (limited to 'files/fr/web/api/windoweventhandlers')
-rw-r--r-- | files/fr/web/api/windoweventhandlers/onhashchange/index.html | 58 |
1 files changed, 3 insertions, 55 deletions
diff --git a/files/fr/web/api/windoweventhandlers/onhashchange/index.html b/files/fr/web/api/windoweventhandlers/onhashchange/index.html index bbb31c4752..bc46a7b004 100644 --- a/files/fr/web/api/windoweventhandlers/onhashchange/index.html +++ b/files/fr/web/api/windoweventhandlers/onhashchange/index.html @@ -116,63 +116,11 @@ if(!window.HashChangeEvent)(function(){ </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p>{{CompatibilityTable}}</p> +<p>{{Compat("api.WindowEventHandlers.onhashchange")}}</p> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Support de base</td> - <td>5.0</td> - <td>{{CompatGeckoDesktop("1.9.2")}}</td> - <td> - <p>8.0</p> - - <p><code style="font-size: 14px;">oldURL</code>/<code style="font-size: 14px;">newURL</code> attributes are not supported.</p> - </td> - <td>10.6</td> - <td>5.0</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support de base</td> - <td>2.2</td> - <td>{{CompatGeckoMobile("1.9.2")}}</td> - <td>9.0</td> - <td>11.0</td> - <td>5.0</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2 id="Lire_également">Lire également</h2> -</div> +<h2 id="See_also">Voir aussi</h2> <ul> <li><a href="/fr/docs/Web/Guide/DOM/Manipuler_historique_du_navigateur">Manipuler l'historique du navigateur</a></li> |