diff options
Diffstat (limited to 'files/fr/web/api/window/location/index.html')
-rw-r--r-- | files/fr/web/api/window/location/index.html | 100 |
1 files changed, 28 insertions, 72 deletions
diff --git a/files/fr/web/api/window/location/index.html b/files/fr/web/api/window/location/index.html index f28ec3ddc0..91686951bc 100644 --- a/files/fr/web/api/window/location/index.html +++ b/files/fr/web/api/window/location/index.html @@ -190,81 +190,37 @@ if (window.location.search.length > 1) { // alert(oParametre.votreValeur); </pre> -<h2 id="Sp.C3.A9cification" name="Sp.C3.A9cification">Spécification</h2> - -<p>{{SpecName("HTML WHATWG", "#the-location-interface")}}</p> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{ CompatibilityTable() }}</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 (WebKit)</th> - </tr> - <tr> - <td>Support basique</td> - <td>{{ CompatVersionUnknown() }}</td> - <td> - <p>{{ CompatVersionUnknown() }}</p> - </td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - </tr> - <tr> - <td><code>window.location.origin</code></td> - <td> - <p>{{ CompatVersionUnknown() }}</p> - </td> - <td>{{CompatGeckoDesktop(21)}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - </tr> - </tbody> +<h2 id="Specifications">Spécifications</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Spécification</th> + <th scope="col">Statut</th> + <th scope="col">Commentaire</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', "history.html#the-location-interface", + "Window.location")}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td>Aucun changement par rapport à {{SpecName("HTML5 W3C")}}.</td> + </tr> + <tr> + <td>{{SpecName('HTML5 W3C', "browsers.html#the-location-interface", + "Window.location")}}</td> + <td>{{Spec2('HTML5 W3C')}}</td> + <td>Définition initiale.</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 Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support basique</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - </tr> - <tr> - <td><code>window.location.origin</code></td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatGeckoMobile(21)}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - </tr> - </tbody> -</table> -</div> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat("api.Window.location")}}</p> -<h2 id="Voir_également">Voir également</h2> +<h2 id="See_also">Voir aussi</h2> <ul> <li><a href="/fr/docs/Web/Guide/DOM/Manipuler_historique_du_navigateur" title="en/DOM/Manipulating the browser history">Manipuler l'historique du navigateur</a></li> |