aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/reflow/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/reflow/index.md')
-rw-r--r--files/fr/glossary/reflow/index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/fr/glossary/reflow/index.md b/files/fr/glossary/reflow/index.md
new file mode 100644
index 0000000000..ea65b2b4cf
--- /dev/null
+++ b/files/fr/glossary/reflow/index.md
@@ -0,0 +1,16 @@
+---
+title: Reflow
+slug: Glossary/Reflow
+tags:
+ - Glossaire
+ - Mécanismes web
+translation_of: Glossary/Reflow
+original_slug: Glossaire/Reflow
+---
+<p>Le <strong>reflow</strong> se produit quand un {{glossary("browser","navigateur")}} doit réarranger et redessiner tout ou partie d'une page web, par exemple, après une mise à jour sur un site interactif.</p>
+
+<h2 id="En_apprendre_plus">En apprendre plus</h2>
+
+<ul>
+ <li><a href="https://developers.google.com/speed/articles/reflow">Google article "Minimizing browser reflow"</a> (en)</li>
+</ul>