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/mozpaintcount/index.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'files/fr/web/api/window/mozpaintcount') diff --git a/files/fr/web/api/window/mozpaintcount/index.md b/files/fr/web/api/window/mozpaintcount/index.md index a6f3d9eb7c..4b28a2bb09 100644 --- a/files/fr/web/api/window/mozpaintcount/index.md +++ b/files/fr/web/api/window/mozpaintcount/index.md @@ -3,7 +3,7 @@ title: Window.mozPaintCount slug: Web/API/Window/mozPaintCount tags: - API - - 'API:Mozilla Extensions' + - API:Mozilla Extensions - Déprécié - HTML DOM - NeedsExample @@ -13,23 +13,21 @@ tags: - Window translation_of: Web/API/Window/mozPaintCount --- -

{{APIRef("Mozilla Extensions")}}{{Non-standard_Header}}{{Obsolete_Header("Gecko72")}}{{Gecko_MinVersion_Header("2.0")}}

+{{APIRef("Mozilla Extensions")}}{{Non-standard_Header}}{{Obsolete_Header("Gecko72")}}{{Gecko_MinVersion_Header("2.0")}} -

Renvoie le nombre de fois où le document actuel a été peint à l'écran dans cette fenêtre.

+Renvoie le nombre de fois où le document actuel a été peint à l'écran dans cette fenêtre. -

Syntaxe

+## Syntaxe -
var paintCount = window.mozPaintCount;
+ var paintCount = window.mozPaintCount; - +- `paintCount` stocke la valeur de la propriété `window.mozPaintCount`. +- La valeur `window.mozPaintCount` est `longue`, et commence à zéro lorsque le document est créé pour la première fois, en incrémentant de un à chaque fois que le document est peint. -

Spécification

+## Spécification -

Ne fait partie d'aucune spécification ou recommandation du W3C.

+Ne fait partie d'aucune spécification ou recommandation du W3C. -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

+{{Compat("api.Window.mozPaintCount")}} -- cgit v1.2.3-54-g00ecf