blob: fd6ed0f1784325666f66e4e88652e16bbadd602e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
title: Reflow
slug: Glossary/Reflow
tags:
- Glossaire
- Mécanismes web
translation_of: Glossary/Reflow
original_slug: Glossaire/Reflow
---
Le **reflow** 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.
## En apprendre plus
- [Google article "Minimizing browser reflow"](https://developers.google.com/speed/articles/reflow) (en)
|