diff options
Diffstat (limited to 'files/fr/glossary/reflow/index.html')
-rw-r--r-- | files/fr/glossary/reflow/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/fr/glossary/reflow/index.html b/files/fr/glossary/reflow/index.html new file mode 100644 index 0000000000..c191454acd --- /dev/null +++ b/files/fr/glossary/reflow/index.html @@ -0,0 +1,15 @@ +--- +title: Reflow +slug: Glossaire/Reflow +tags: + - Glossaire + - Mécanismes web +translation_of: Glossary/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> |