aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/dompointreadonly/y/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/dompointreadonly/y/index.html')
-rw-r--r--files/fr/web/api/dompointreadonly/y/index.html53
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>