blob: ea65b2b4cf1ad840829d7c77fdafac31637b0e90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|