Skip to content

Commit 0011f8d

Browse files
committed
[css-multicol-1] references to paged vs continuous media should be fragmented vs continuous contexts #1746
1 parent dee777c commit 0011f8d

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

css-multicol-1/Overview.bs

+17-16
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ Two assumptions are being made by the pseudo-algorithm:
509509

510510
For the purpose of finding the number of auto-repeated tracks, the UA must floor the track size to a UA-specified value to avoid division by zero. It is suggested that this floor be 1px or less.
511511

512-
In paged media, user agents may perform this calculation on a
513-
per-page basis.
512+
In fragmented contexts such as in paged media, user agents may perform this calculation on a
513+
per-fragment basis.
514514

515515
The used value for 'column-count' is calculated without
516516
regard for explicit column breaks or constrained column heights,
@@ -779,7 +779,7 @@ Spanning columns</h2>
779779
Content in the normal flow that appears before the
780780
element is automatically balanced across all columns in the immediately preceding column row before the
781781
element appears.
782-
The element [=establishes an independent formatting context=].
782+
The element establishes an independent <a>formatting context</a>.
783783

784784
Note: Whether the element establishes a new <a>formatting context</a>
785785
does not depend on whether the element is a descendent of a multicol or not.
@@ -878,8 +878,8 @@ h2 {
878878
</div>
879879

880880
<div class="example">
881-
In paged media spanning elements are honored on all pages.
882-
In this example, the first three paragraphs have column breaks after them.
881+
In fragmented contexts spanning elements are honored in all fragments.
882+
In this example, we are in paged media, and the first three paragraphs have column breaks after them.
883883
An spanning <code>H2</code> element appears after the fourth paragraph.
884884

885885

@@ -951,29 +951,29 @@ Filling columns</h2>
951951
<dt><dfn>balance</dfn>
952952
<dd>
953953
Balance content equally between columns, as far as possible.
954-
In paged media, only the last page is balanced.
954+
In fragmented contexts, only the last fragment is balanced.
955955

956956
<dt><dfn>balance-all</dfn>
957957
<dd>
958958
Balance content equally between columns, as far as possible.
959-
In paged media, all pages are balanced.
959+
In fragmented contexts, all fragments are balanced.
960960

961961
<dt><dfn>auto</dfn>
962962
<dd>
963963
fill columns sequentially
964964
</dl>
965965

966966
<!--
967-
In continuous media, this property will only be consulted if the
967+
In continuous contexts, this property will only be consulted if the
968968
length of columns has been constrained. Otherwise, columns will
969969
automatically be balanced.
970970
-->
971971

972-
In continuous media, this property does not have any effect when there are overflow columns.
972+
In continuous contexts, this property does not have any effect when there are overflow columns.
973973

974974
<!--
975-
In paged media, this property will only have
976-
effect on the last page the multicol container appears on.
975+
In fragmented contexts, this property will only have
976+
effect on the last fragment the multicol container appears in.
977977
-->
978978

979979
<div class="example">
@@ -1112,12 +1112,12 @@ Pagination and overflow outside multicol containers</h3>
11121112

11131113
<li>
11141114
explicit column breaks. In this case, additional column boxes are
1115-
created in the inline direction for continuous media, and
1116-
additional column boxes are moved to the next page(s) for paged
1115+
created in the inline direction for continuous contexts, and
1116+
additional column boxes are moved to the next fragment(s) for fragmented
11171117
media.
11181118
</ul>
11191119

1120-
Columns that appear outside the multicol container in continuous media
1120+
Columns that appear outside the multicol container in continuous contexts
11211121
are called <dfn>overflow columns</dfn>. Overflow columns can effect the height of the multicol container.
11221122

11231123
<div class="example">
@@ -1143,7 +1143,7 @@ Pagination and overflow outside multicol containers</h3>
11431143

11441144
<div class="example">
11451145

1146-
In continuous media overflow columns can effect the height of the multicol container. In this example a column appears in the overflow which has four lines of text. The multicol container is made tall enough to accomodate this column.
1146+
In continuous contexts overflow columns can effect the height of the multicol container. In this example a column appears in the overflow which has four lines of text. The multicol container is made tall enough to accomodate this column.
11471147

11481148
<figure>
11491149
<img src="images/overflow-column-effects-height.svg" alt="Four columns, overflow column is taller than the first three">
@@ -1153,7 +1153,7 @@ Pagination and overflow outside multicol containers</h3>
11531153
</div>
11541154

11551155
<div class="example">
1156-
In paged media, the overflow content goes into column on subsequent pages.
1156+
In fragmented contexts, the overflow content goes into columns in subsequent fragments.
11571157
Given the same content as in the previous example
11581158
and a page box that only has room for five lines of formatted text,
11591159
this would appear on the first page:
@@ -1218,6 +1218,7 @@ This appendix is <em>informative</em>.
12181218

12191219
<h3 id="changes-from-20171005">Changes from the <a href="https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/">Working Draft (WD) of 5 October 2017</a></h3>
12201220
<ul>
1221+
<li>Changed references to paged media to refer to fragmented contexts. Resolved <a href="https://github.com/w3c/csswg-drafts/issues/1746#issuecomment-380731574">12 Apr 2018</a>.</li>
12211222
<li>Changed a line regarding the <code>column-fill</code> property:
12221223
<br><em>In continuous media, this property does not have any effect in
12231224
overflow columns.</em>

0 commit comments

Comments
 (0)