From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/window/screenx/index.md | 46 ++++++++++---------------------- 1 file changed, 14 insertions(+), 32 deletions(-) (limited to 'files/fr/web/api/window/screenx') diff --git a/files/fr/web/api/window/screenx/index.md b/files/fr/web/api/window/screenx/index.md index 2ff4f0dc7b..a6c4a13e38 100644 --- a/files/fr/web/api/window/screenx/index.md +++ b/files/fr/web/api/window/screenx/index.md @@ -8,45 +8,27 @@ tags: - lecture seule translation_of: Web/API/Window/screenX --- -
{{APIRef}}
+{{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.

+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

+## Syntax -
lLoc = window.screenX
-
+ lLoc = window.screenX - +- _`lLoc`_ is the number of CSS pixels from the left side the screen. -

Specifications

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

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

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

Voir aussi

+## Voir aussi - +- {{domxref("window.screenLeft")}} +- {{domxref("Window.screenY")}} -- cgit v1.2.3-54-g00ecf