aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/mozpaintcount
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:24 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commit1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch)
tree30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/window/mozpaintcount
parentc05efa8d7ae464235cf83d7c0956e42dc6974103 (diff)
downloadtranslated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip
convert content to md
Diffstat (limited to 'files/fr/web/api/window/mozpaintcount')
-rw-r--r--files/fr/web/api/window/mozpaintcount/index.md24
1 files changed, 11 insertions, 13 deletions
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
---
-<p>{{APIRef("Mozilla Extensions")}}{{Non-standard_Header}}{{Obsolete_Header("Gecko72")}}{{Gecko_MinVersion_Header("2.0")}}</p>
+{{APIRef("Mozilla Extensions")}}{{Non-standard_Header}}{{Obsolete_Header("Gecko72")}}{{Gecko_MinVersion_Header("2.0")}}
-<p>Renvoie le nombre de fois où le document actuel a été peint à l'écran dans cette fenêtre.</p>
+Renvoie le nombre de fois où le document actuel a été peint à l'écran dans cette fenêtre.
-<h2 id="Syntax">Syntaxe</h2>
+## Syntaxe
-<pre class="syntaxbox"><code>var <em>paintCount</em> = window.mozPaintCount;</code></pre>
+ var paintCount = window.mozPaintCount;
-<ul>
- <li><code><em>paintCount</em></code> stocke la valeur de la propriété <code>window.mozPaintCount</code>.</li>
- <li>La valeur <code>window.mozPaintCount</code> est <code>longue</code>, 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.</li>
-</ul>
+- `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.
-<h2 id="Specification">Spécification</h2>
+## Spécification
-<p>Ne fait partie d'aucune spécification ou recommandation du <abbr>W3C</abbr>.</p>
+Ne fait partie d'aucune spécification ou recommandation du W3C.
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<p>{{Compat("api.Window.mozPaintCount")}}</p>
+{{Compat("api.Window.mozPaintCount")}}