diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/domrectreadonly/width/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/domrectreadonly/width/index.html')
| -rw-r--r-- | files/fr/web/api/domrectreadonly/width/index.html | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/files/fr/web/api/domrectreadonly/width/index.html b/files/fr/web/api/domrectreadonly/width/index.html deleted file mode 100644 index 60b7427e0f..0000000000 --- a/files/fr/web/api/domrectreadonly/width/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: DOMRectReadOnly.width -slug: Web/API/DOMRectReadOnly/width -tags: - - API - - DOM - - Géométrie - - Largeur - - Propriétés - - Rectangle -translation_of: Web/API/DOMRectReadOnly/width ---- -<p>{{APIRef("DOM")}}{{ SeeCompatTable() }}</p> - -<p>La propriété en lecture seule <code><strong>width</strong></code> de l'interface <strong><code>DOMRectReadOnly</code></strong> représente la largeur du <code>DOMRect</code>.</p> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="brush: js">var recWidth = DOMRect.width;</pre> - -<h3 id="Specification">Valeur</h3> - -<p>Un double.</p> - -<h2 id="Specification">Spécifications</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName('Geometry Interfaces', '#dom-domrectreadonly-width', 'width')}}</td> - <td>{{Spec2('Geometry Interfaces')}}</td> - <td>La dernière version de la spécification est un ED.</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{Compat("api.DOMRectReadOnly.width")}}</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{domxref("DOMRect")}}</li> -</ul> |
