Skip to content

Commit 4b74ab9

Browse files
committed
--HG-- extra : rebase_source : eec8a3992760e3b1d10d187e443806e0c3ee9b21
1 parent 6e232de commit 4b74ab9

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css-break/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ <h2 class="no-num no-toc">Editor's Draft 13 January 2014</h2>
108108
<h2 class="no-num no-toc" id=abstract> Abstract</h2>
109109

110110
<p> This module describes the fragmentation model that partitions a flow
111-
into pages. It builds on the Page model module and introduces and defines
112-
the fragmentation model. It adds functionality for pagination, breaking
113-
variable fragment size and orientation, widows and orphans.
111+
into pages, columns, or regions. It builds on the Page model module and
112+
introduces and defines the fragmentation model. It adds functionality for
113+
pagination, breaking variable fragment size and orientation, widows and
114+
orphans.
114115

115116
<h2 class="no-num no-toc" id=status> Status of this document</h2>
116117
<!--begin-status-->
@@ -1143,7 +1144,7 @@ <h3 id=varying-size-boxes><span class=secno>5.1. </span> Breaking into
11431144
<li> Intrinsic sizes are calculated and maintained across the entire
11441145
element. Where an initial containing block size is needed to resolve an
11451146
intrinsic size, assume the size of the first fragmentainer defining a
1146-
pagination context.
1147+
fragmentation context.
11471148

11481149
<li> Layout is performed per-fragmentainer, with each fragmentainer
11491150
continuing progress from the breakpoint on the previous, but

css-break/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ <h2 class="no-num no-toc" id="abstract">
5050
Abstract</h2>
5151

5252
<p>
53-
This module describes the fragmentation model that partitions a flow into pages.
53+
This module describes the fragmentation model that partitions a flow
54+
into pages, columns, or regions.
5455
It builds on the Page model module and introduces and defines the fragmentation
5556
model. It adds functionality for pagination, breaking variable fragment size and
5657
orientation, widows and orphans.
@@ -861,7 +862,7 @@ <h3 id="varying-size-boxes">
861862
<li>
862863
Intrinsic sizes are calculated and maintained across the entire element.
863864
Where an initial containing block size is needed to resolve an intrinsic
864-
size, assume the size of the first fragmentainer defining a pagination context.
865+
size, assume the size of the first fragmentainer defining a fragmentation context.
865866
</li>
866867
<li>
867868
Layout is performed per-fragmentainer, with each fragmentainer continuing

0 commit comments

Comments
 (0)