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/dompointreadonly/y/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/dompointreadonly/y/index.html')
| -rw-r--r-- | files/fr/web/api/dompointreadonly/y/index.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/files/fr/web/api/dompointreadonly/y/index.html b/files/fr/web/api/dompointreadonly/y/index.html deleted file mode 100644 index 74e42ccf0f..0000000000 --- a/files/fr/web/api/dompointreadonly/y/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: DOMPoint.y -slug: Web/API/DOMPointReadOnly/y -tags: - - API - - Coordonnées - - DOM - - Géométrie - - Propriétés - - Quadrilatère - - 'y' -translation_of: Web/API/DOMPointReadOnly/y ---- -<p>{{APIRef("DOM")}}{{ SeeCompatTable() }}</p> - -<p>La propriété en lecture seule <code><strong>y</strong></code> de l'interface <strong><code>DOMPointReadOnly</code></strong> représente la coordonnée y d'un point.</p> - -<p>En général, y positif signifie en haut et négatif en bas (par rapport à l'origine).</p> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="brush: js">var yPos = DOMPoint.y;</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">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName('Geometry Interfaces', '#dom-dompointreadonly-y', 'y')}}</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.DOMPointReadOnly.y")}}</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{domxref("DOMPoint")}}</li> -</ul> |
