diff options
Diffstat (limited to 'files/fr/web/api/window/innerwidth')
-rw-r--r-- | files/fr/web/api/window/innerwidth/index.html | 79 |
1 files changed, 19 insertions, 60 deletions
diff --git a/files/fr/web/api/window/innerwidth/index.html b/files/fr/web/api/window/innerwidth/index.html index 00047c4566..f317384ca2 100644 --- a/files/fr/web/api/window/innerwidth/index.html +++ b/files/fr/web/api/window/innerwidth/index.html @@ -44,66 +44,25 @@ var largeurDuFrameset = top.innerWidth;</pre> <p>Pour changer la taille de la fenêtre, voir {{domxref("window.resizeBy")}} and {{domxref("window.resizeTo")}}.</p> -<h2 id="Browser_compatibility">Browser compatibility</h2> - -<p>{{CompatibilityTable}}</p> - -<table> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>1</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop(1.0)}}<sup>[1]</sup></td> - <td>9</td> - <td>9</td> - <td>3</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('CSSOM View', '#dom-window-innerwidth', 'window.innerWidth')}}</td> + <td>{{Spec2('CSSOM View')}}</td> + <td>Définition initiale.</td> + </tr> + </tbody> </table> -<table> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>1</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile(1.0)}}<sup>[1]</sup></td> - <td>9</td> - <td>9</td> - <td>3</td> - </tr> - </tbody> -</table> - -<p>[1] From Firefox 4 to 24, this property was buggy and could give a wrong value before page load on certain circumstances, see {{bug(641188)}}.</p> - -<h2 id="Sp.C3.A9cification" name="Sp.C3.A9cification">Spécification</h2> - -<p>DOM Level 0. <code>window.innerWidth</code> ne fait partie d'aucune spécification ou recommandation technique du W3C.</p> - -<p> </p> - -<p> </p> - -<div class="noinclude"> </div> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p>{{ languages( { "en": "en/DOM/window.innerWidth", "ja": "ja/DOM/window.innerWidth" } ) }}</p> +<p>{{Compat("api.Window.innerWidth")}}</p> |