diff options
Diffstat (limited to 'files/ru/glossary/reflow/index.html')
-rw-r--r-- | files/ru/glossary/reflow/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/ru/glossary/reflow/index.html b/files/ru/glossary/reflow/index.html new file mode 100644 index 0000000000..34546c1ab3 --- /dev/null +++ b/files/ru/glossary/reflow/index.html @@ -0,0 +1,12 @@ +--- +title: Пересчет (Reflow) +slug: Словарь/Reflow +translation_of: Glossary/Reflow +--- +<p><strong>Пересчет</strong> (<em>Reflow</em>) происходит, когда {{glossary("браузер")}} <span class="tlid-translation translation" lang="ru"><span title="">должен снова обработать и отрисовать часть или всю веб-страницу, например, после изменения размера какого-нибудь блока или изменения его позиции на интерактивном сайте.</span></span></p> + +<h2 id="Learn_more">Learn more</h2> + +<ul> + <li><a href="https://developers.google.com/speed/articles/reflow">Google article "Minimizing browser reflow"</a></li> +</ul> |