- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Jan 2012 23:25:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-break In directory hutz:/tmp/cvs-serv31224 Modified Files: Overview.html Overview.src.html Log Message: s/fragmentation container/fragmenter/ Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-break/Overview.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Overview.html 24 Jan 2012 23:14:53 -0000 1.9 +++ Overview.html 24 Jan 2012 23:25:14 -0000 1.10 @@ -275,43 +275,41 @@ chain of <a href="http://www.w3.org/TR/css3-regions">CSS regions</a>, or a <a href="http://www.w3.org/TR/css3-page/">paged media display</a>. - <dt><dfn id=fragmentation-container>fragmentation container</dfn> + <dt><dfn id=fragmenter>fragmenter</dfn> - <dd> A box—such as a page, column, or region—that contains a - portion (or all) of a <a href="#fragmented-flow"><i>fragmented - flow</i></a>. Fragmentation containers can be pre-defined, or generated - as needed. When breakable content overflows a fragmentation container in - the block dimension, instead of overflowing it breaks into the next - container in its <a href="#fragmentation-context"><i>fragmentation - context</i></a>. + <dd> A box—such as a page box, column box, or region—that + contains a portion (or all) of a <a href="#fragmented-flow"><i>fragmented + flow</i></a>. Fragmenters can be pre-defined, or generated as needed. + When breakable content overflows a fragmenter in the block dimension, + instead of overflowing it breaks into the next container in its <a + href="#fragmentation-context"><i>fragmentation context</i></a>. <dt><dfn id=fragmentation-context>fragmentation context</dfn> - <dd> An ordered series of <i>fragmentation containers</i>. A given - fragmentation context can only have one block flow direction across all - its fragmentation containers. + <dd> An ordered series of <i>fragmenters</i>. A given fragmentation + context can only have one block flow direction across all its + fragmenters. <dt><dfn id=fragmentation0>fragmentation</dfn> - <dd> The process of splitting a content flow across the <i>fragmentation - containers</i> that form a <a - href="#fragmentation-context"><i>fragmentation context</i></a>. + <dd> The process of splitting a content flow across the <i>fragmenters</i> + that form a <a href="#fragmentation-context"><i>fragmentation + context</i></a>. <dt><dfn id=box-fragment>box fragment</dfn> or <dfn id=fragment>fragment</dfn> <dd> The portion of a box that belongs to exactly one <a - href="#fragmentation-container"><i>fragmentation container</i></a>. A box - in continuous flow always consists of only one fragment. A box in a - fragmented flow consists of one or more fragments. + href="#fragmenter"><i>fragmenter</i></a>. A box in continuous flow always + consists of only one fragment. A box in a fragmented flow consists of one + or more fragments. </dl> <p> Each <dfn id=fragmentation-break>fragmentation break</dfn> (hereafter, <dfn id=break>break</dfn>) ends layout in the current <a - href="#fragmentation-container"><i>fragmentation container</i></a> and - causes the remaining content of the fragmented flow to be laid out in the - next <a href="#fragmentation-container"><i>fragmentation - container</i></a>. + href="#fragmenter"><i>fragmenter</i></a> and causes the remaining content + of the fragmented flow to be laid out in the next <i>fragmentation + container</i>. <p class=note> Breaking inline content into lines is another form of fragmentation, and similarly creates box fragments when it breaks <a @@ -1195,15 +1193,15 @@ <li>fragmentation break, <a href="#fragmentation-break" title="fragmentation break"><strong>2.</strong></a> - <li>fragmentation container, <a href="#fragmentation-container" - title="fragmentation container"><strong>2.</strong></a> - <li>fragmentation context, <a href="#fragmentation-context" title="fragmentation context"><strong>2.</strong></a> <li>fragmented flow, <a href="#fragmented-flow" title="fragmented flow"><strong>2.</strong></a> + <li>fragmenter, <a href="#fragmenter" + title=fragmenter><strong>2.</strong></a> + <li>orphans, <a href="#orphans" title=orphans><strong>3.2.</strong></a> <li>page, <a href="#page" title=page><strong>3.3.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-break/Overview.src.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Overview.src.html 24 Jan 2012 23:14:53 -0000 1.10 +++ Overview.src.html 24 Jan 2012 23:25:14 -0000 1.11 @@ -122,37 +122,37 @@ a chain of <a href="http://www.w3.org/TR/css3-regions">CSS regions</a>, or a <a href="http://www.w3.org/TR/css3-page/">paged media display</a>. </dd> - <dt><dfn>fragmentation container</dfn></dt> + <dt><dfn>fragmenter</dfn></dt> <dd> - A box—such as a page, column, or region—that contains a portion - (or all) of a <i>fragmented flow</i>. - Fragmentation containers can be pre-defined, or generated as needed. - When breakable content overflows a fragmentation container in the block - dimension, instead of overflowing it breaks into the next container - in its <i>fragmentation context</i>. + A box—such as a page box, column box, or region—that contains + a portion (or all) of a <i>fragmented flow</i>. + Fragmenters can be pre-defined, or generated as needed. + When breakable content overflows a fragmenter in the block dimension, + instead of overflowing it breaks into the next container in its + <i>fragmentation context</i>. </dd> <dt><dfn>fragmentation context</dfn></dt> <dd> - An ordered series of <i>fragmentation containers</i>. + An ordered series of <i>fragmenters</i>. A given fragmentation context can only have one block flow direction - across all its fragmentation containers. + across all its fragmenters. </dd> <dt><dfn>fragmentation</dfn></dt> <dd> - The process of splitting a content flow across the <i>fragmentation - containers</i> that form a <i>fragmentation context</i>. + The process of splitting a content flow across the <i>fragmenters</i> + that form a <i>fragmentation context</i>. </dd> <dt><dfn>box fragment</dfn> or <dfn>fragment</dfn></dt> <dd> - The portion of a box that belongs to exactly one <i>fragmentation - container</i>. A box in continuous flow always consists of only one - fragment. A box in a fragmented flow consists of one or more fragments. + The portion of a box that belongs to exactly one <i>fragmenter</i>. + A box in continuous flow always consists of only one fragment. + A box in a fragmented flow consists of one or more fragments. </dl> <p> Each <dfn>fragmentation break</dfn> (hereafter, <dfn>break</dfn>) ends - layout in the current <i>fragmentation container</i> and causes the - remaining content of the fragmented flow to be laid out in the next + layout in the current <i>fragmenter</i> and causes the remaining content + of the fragmented flow to be laid out in the next <i>fragmentation container</i>. </p>
Received on Tuesday, 24 January 2012 23:25:18 UTC