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/screenx/index.html | 52 ------------------------------ files/fr/web/api/window/screenx/index.md | 52 ++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 files/fr/web/api/window/screenx/index.html create mode 100644 files/fr/web/api/window/screenx/index.md (limited to 'files/fr/web/api/window/screenx') diff --git a/files/fr/web/api/window/screenx/index.html b/files/fr/web/api/window/screenx/index.html deleted file mode 100644 index 2ff4f0dc7b..0000000000 --- a/files/fr/web/api/window/screenx/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Window.screenX -slug: Web/API/Window/screenX -tags: - - API - - Propriété - - Window - - lecture seule -translation_of: Web/API/Window/screenX ---- -
{{APIRef}}
- -

La propriété  Window.screenX retourne la distance honrizontale, in CSS pixels, of the left border of the user's browser from the left side of the screen.

- -

Syntax

- -
lLoc = window.screenX
-
- - - -

Specifications

- - - - - - - - - - - - - - - - -
SpecificationStatusCommentaire
{{ SpecName('CSSOM View', '#dom-window-screenx', 'Window.screenX') }}{{ Spec2('CSSOM View') }}Définition initiale
- -

Compatibilité des navigateurs

- -

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

- -

Voir aussi

- - diff --git a/files/fr/web/api/window/screenx/index.md b/files/fr/web/api/window/screenx/index.md new file mode 100644 index 0000000000..2ff4f0dc7b --- /dev/null +++ b/files/fr/web/api/window/screenx/index.md @@ -0,0 +1,52 @@ +--- +title: Window.screenX +slug: Web/API/Window/screenX +tags: + - API + - Propriété + - Window + - lecture seule +translation_of: Web/API/Window/screenX +--- +
{{APIRef}}
+ +

La propriété  Window.screenX retourne la distance honrizontale, in CSS pixels, of the left border of the user's browser from the left side of the screen.

+ +

Syntax

+ +
lLoc = window.screenX
+
+ + + +

Specifications

+ + + + + + + + + + + + + + + + +
SpecificationStatusCommentaire
{{ SpecName('CSSOM View', '#dom-window-screenx', 'Window.screenX') }}{{ Spec2('CSSOM View') }}Définition initiale
+ +

Compatibilité des navigateurs

+ +

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

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf