Skip to content

Commit 0d056fa

Browse files
committed
Changes following comments from Fantasai at http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html
1 parent b1a9d2c commit 0d056fa

2 files changed

Lines changed: 19 additions & 102 deletions

File tree

css3-regions/Overview.html

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,47 +1036,6 @@ <h3 id=region-flow-break><span class=secno>4.3. </span>Region flow break
10361036
defined in <a href="#CSS3COL"
10371037
rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a>:
10381038

1039-
<dl>
1040-
<dt>auto
1041-
1042-
<dd>Neither force nor forbid a page/column break before (after, inside)
1043-
the generated box.
1044-
1045-
<dt>always
1046-
1047-
<dd>Always force a page break before (after) the generated box.
1048-
1049-
<dt>avoid
1050-
1051-
<dd>Avoid a page/column break before (after, inside) the generated box.
1052-
1053-
<dt>left
1054-
1055-
<dd>Force one or two page breaks before (after) the generated box so that
1056-
the next page is formatted as a left page.
1057-
1058-
<dt>right
1059-
1060-
<dd>Force one or two page breaks before (after) the generated box so that
1061-
the next page is formatted as a right page.
1062-
1063-
<dt>page
1064-
1065-
<dd>Always force a page break before (after) the generated box.
1066-
1067-
<dt>column
1068-
1069-
<dd>Always force a column break before (after) the generated box.
1070-
1071-
<dt>avoid-page
1072-
1073-
<dd>Avoid a page break before (after, inside) the generated box.
1074-
1075-
<dt>avoid-column
1076-
1077-
<dd>Avoid a column break before (after, inside) the generated box.
1078-
</dl>
1079-
10801039
<p>This specification adds the following new values:
10811040

10821041
<dl>
@@ -1089,16 +1048,9 @@ <h3 id=region-flow-break><span class=secno>4.3. </span>Region flow break
10891048
<dd>Avoid a region break before (after, inside) the generated box.
10901049
</dl>
10911050

1092-
<p>When a break splits a box, the box's margins, borders, and padding have
1093-
no visual effect where the split occurs. However, the margin immediately
1094-
after a forced page/column/region break will be preserved. A forced
1095-
page/column/region break is a break that does not occur naturally.
1096-
1097-
<p><strong>Note</strong> When the &lsquo;<code
1098-
class=property>avoid</code>&rsquo; value is used, regions may overflow. In
1099-
that case the &lsquo;<a href="#dom-namedflow-overflow"><code
1100-
class=property>overflow</code></a>&rsquo; property specified on the region
1101-
element should be used to determine how to render the overflow.
1051+
<p>The behavior of region breaks with regards to regions is identical to
1052+
the behavior of page breaks with regards to pages, as defined in the <a
1053+
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
11021054

11031055
<h3 id=the-region-overflow-property><span class=secno>4.4. </span>The
11041056
region-overflow property</h3>
@@ -1789,6 +1741,16 @@ <h3 id="changes_from_June_09_2011"><span class=secno>10.1. </span>Changes
17891741

17901742
<li>Removed "this section is non-normative" from the "Regions Concepts"
17911743
section.
1744+
1745+
<li>In the section on region breaks, removed descriptions of break values
1746+
normatively defined in external specifications. Removed the section about
1747+
split boxes and replaced with paragraph referencing the page breaking
1748+
behavior. Removed the discussion about how the &lsquo;<a
1749+
href="#dom-namedflow-overflow"><code
1750+
class=property>overflow</code></a>&rsquo; property applies to content
1751+
flown in regions from the break section, since this is covered in the
1752+
section on &lsquo;<a href="#region-overflow"><code
1753+
class=property>region-overflow</code></a>&rsquo; already.
17921754
</ul>
17931755

17941756
<h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes

css3-regions/Overview.src.html

Lines changed: 6 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -854,48 +854,6 @@ <h4>Auto height on regions</h4>
854854
before/after/inside the generated box. These values are normatively defined
855855
in [[!CSS3COL]]:</p>
856856

857-
<dl>
858-
<dt>auto</dt>
859-
860-
<dd>Neither force nor forbid a page/column break before (after, inside)
861-
the generated box.</dd>
862-
863-
<dt>always</dt>
864-
865-
<dd>Always force a page break before (after) the generated box.</dd>
866-
867-
<dt>avoid</dt>
868-
869-
<dd>Avoid a page/column break before (after, inside) the generated
870-
box.</dd>
871-
872-
<dt>left</dt>
873-
874-
<dd>Force one or two page breaks before (after) the generated box so
875-
that the next page is formatted as a left page.</dd>
876-
877-
<dt>right</dt>
878-
879-
<dd>Force one or two page breaks before (after) the generated box so
880-
that the next page is formatted as a right page.</dd>
881-
882-
<dt>page</dt>
883-
884-
<dd>Always force a page break before (after) the generated box.</dd>
885-
886-
<dt>column</dt>
887-
888-
<dd>Always force a column break before (after) the generated box.</dd>
889-
890-
<dt>avoid-page</dt>
891-
892-
<dd>Avoid a page break before (after, inside) the generated box.</dd>
893-
894-
<dt>avoid-column</dt>
895-
896-
<dd>Avoid a column break before (after, inside) the generated box.</dd>
897-
</dl>
898-
899857
<p>This specification adds the following new values:</p>
900858

901859
<dl>
@@ -908,15 +866,8 @@ <h4>Auto height on regions</h4>
908866
<dd>Avoid a region break before (after, inside) the generated box.</dd>
909867
</dl>
910868

911-
<p>When a break splits a box, the box's margins, borders, and padding have
912-
no visual effect where the split occurs. However, the margin immediately
913-
after a forced page/column/region break will be preserved. A forced
914-
page/column/region break is a break that does not occur naturally.</p>
915-
916-
<p><strong>Note</strong> When the 'avoid' value is used, regions may
917-
overflow. In that case the 'overflow' property specified on the region
918-
element should be used to determine how to render the overflow.</p>
919-
869+
<p>The behavior of region breaks with regards to regions is identical to the behavior
870+
of page breaks with regards to pages, as defined in the [[!CSS21]].</p>
920871

921872
<h3 id="the-region-overflow-property">The region-overflow property</h3>
922873

@@ -1473,6 +1424,10 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
14731424
<li>Reworded the text about flow-into: &lt;ident&gt; and removed obsolete text about the interaction with the
14741425
'content' property.</li>
14751426
<li>Removed "this section is non-normative" from the "Regions Concepts" section.</li>
1427+
<li>In the section on region breaks, removed descriptions of break values normatively defined in external specifications.
1428+
Removed the section about split boxes and replaced with paragraph referencing the page breaking behavior.
1429+
Removed the discussion about how the 'overflow' property applies to content flown in regions from the
1430+
break section, since this is covered in the section on 'region-overflow' already. See <a href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html">mailing list feedback.</a></li>
14761431
</ul>
14771432

14781433

0 commit comments

Comments
 (0)