aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/orientation/index.md
blob: dfe547759822b0901b4b5ef3acecb628b21f98fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Window.orientation
slug: Web/API/Window/orientation
translation_of: Web/API/Window/orientation
---
<div>{{APIRef}}{{deprecated_header}}</div>

<h2 id="Résumé">Résumé</h2>

<p>Renvoie l'orientation en degrés (par incréments de 90 degrés) de la fenêtre par rapport à l'orientation naturelle de l'appareil.</p>

<p>Les seules valeurs possibles sont <code>-90</code>, <code>0</code>, <code>90</code>, et <code>180</code>. Les valeurs positives sont dans le sens des aiguilles d'une montre; les valeurs négatives sont dans le sens antihoraire.</p>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">Statut</th>
   <th scope="col">Commentaires</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Compat', '#dom-window-orientation', 'Window.orientation')}}</td>
   <td>{{Spec2('Compat')}}</td>
   <td></td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>

<p>{{Compat("api.Window.orientation")}}</p>