From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/window/orientation/index.html | 35 -------------------------- files/fr/web/api/window/orientation/index.md | 35 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 files/fr/web/api/window/orientation/index.html create mode 100644 files/fr/web/api/window/orientation/index.md (limited to 'files/fr/web/api/window/orientation') diff --git a/files/fr/web/api/window/orientation/index.html b/files/fr/web/api/window/orientation/index.html deleted file mode 100644 index dfe5477598..0000000000 --- a/files/fr/web/api/window/orientation/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Window.orientation -slug: Web/API/Window/orientation -translation_of: Web/API/Window/orientation ---- -
{{APIRef}}{{deprecated_header}}
- -

Résumé

- -

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.

- -

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

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaires
{{SpecName('Compat', '#dom-window-orientation', 'Window.orientation')}}{{Spec2('Compat')}}
- -

Compatibilité des navigateurs

- -

{{Compat("api.Window.orientation")}}

diff --git a/files/fr/web/api/window/orientation/index.md b/files/fr/web/api/window/orientation/index.md new file mode 100644 index 0000000000..dfe5477598 --- /dev/null +++ b/files/fr/web/api/window/orientation/index.md @@ -0,0 +1,35 @@ +--- +title: Window.orientation +slug: Web/API/Window/orientation +translation_of: Web/API/Window/orientation +--- +
{{APIRef}}{{deprecated_header}}
+ +

Résumé

+ +

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.

+ +

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

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaires
{{SpecName('Compat', '#dom-window-orientation', 'Window.orientation')}}{{Spec2('Compat')}}
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Window.orientation")}}

-- cgit v1.2.3-54-g00ecf