diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/reflow | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/reflow')
-rw-r--r-- | files/ko/glossary/reflow/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/ko/glossary/reflow/index.html b/files/ko/glossary/reflow/index.html new file mode 100644 index 0000000000..334e7027fc --- /dev/null +++ b/files/ko/glossary/reflow/index.html @@ -0,0 +1,12 @@ +--- +title: Reflow +slug: Glossary/Reflow +translation_of: Glossary/Reflow +--- +<p>대화형 사이트에서 업데이트 한 후와 같이 {{glossary("browser")}}가 웹 페이지의 일부 또는 전부를 다시 처리하고 그려야할 때 <strong>리플로우</strong>가 발생한다.</p> + +<h2 id="더_배우기">더 배우기</h2> + +<ul> + <li><a href="https://developers.google.com/speed/articles/reflow">구글 게시물 "브라우저 리플로우 최소화하기"</a></li> +</ul> |