-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko] add index.md for
web/glossary/fragmentainer
(#15992)
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 단편화 상자 (Fragmentainer) | ||
slug: Glossary/Fragmentainer | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
단편화 상자 (Fragmentainer)는 [CSS Fragmentation 명세서](https://www.w3.org/TR/css-break-3/)에 아래와 같이 정의되어 있습니다. | ||
|
||
> 단편화된 흐름의 일부 (또는 전체)를 포함하는 페이지 상자, 열 상자 또는 영역과 같은 상자입니다. 단편화 상자는 사전 정의되거나, 필요에 따라 생성될 수 있습니다. 깨지기 쉬운 콘텐츠가 블록 차원의 단편화 상자를 오버플로우하는 경우, 대신 조각화 컨텍스트에서 다음 컨테이너로 침범하게 됩니다. | ||
단편화된 컨텍스트는 CSS 페이징 미디어(CSS Paged Media)에서 찾을 수 있고, 여기서 단편화 상자는 페이지를 정의하는 상자입니다. 다중 열 레이아웃에서 단편화 상자는 다중 열 컨테이너에 열이 정의될 때 생성되는 열 상자입니다. CSS 영역에서 각 영역은 단편화 상자입니다. |