- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 19:29:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions In directory hutz:/tmp/cvs-serv27891 Modified Files: Overview.html Overview.src.html Log Message: Changes following comments from Fantasai at http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Overview.html 25 Jan 2012 02:26:28 -0000 1.39 +++ Overview.html 25 Jan 2012 19:29:54 -0000 1.40 @@ -1036,47 +1036,6 @@ defined in <a href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a>: - <dl> - <dt>auto - - <dd>Neither force nor forbid a page/column break before (after, inside) - the generated box. - - <dt>always - - <dd>Always force a page break before (after) the generated box. - - <dt>avoid - - <dd>Avoid a page/column break before (after, inside) the generated box. - - <dt>left - - <dd>Force one or two page breaks before (after) the generated box so that - the next page is formatted as a left page. - - <dt>right - - <dd>Force one or two page breaks before (after) the generated box so that - the next page is formatted as a right page. - - <dt>page - - <dd>Always force a page break before (after) the generated box. - - <dt>column - - <dd>Always force a column break before (after) the generated box. - - <dt>avoid-page - - <dd>Avoid a page break before (after, inside) the generated box. - - <dt>avoid-column - - <dd>Avoid a column break before (after, inside) the generated box. - </dl> - <p>This specification adds the following new values: <dl> @@ -1089,16 +1048,9 @@ <dd>Avoid a region break before (after, inside) the generated box. </dl> - <p>When a break splits a box, the box's margins, borders, and padding have - no visual effect where the split occurs. However, the margin immediately - after a forced page/column/region break will be preserved. A forced - page/column/region break is a break that does not occur naturally. - - <p><strong>Note</strong> When the ‘<code - class=property>avoid</code>’ value is used, regions may overflow. In - that case the ‘<a href="#dom-namedflow-overflow"><code - class=property>overflow</code></a>’ property specified on the region - element should be used to determine how to render the overflow. + <p>The behavior of region breaks with regards to regions is identical to + the behavior of page breaks with regards to pages, as defined in the <a + href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. <h3 id=the-region-overflow-property><span class=secno>4.4. </span>The region-overflow property</h3> @@ -1789,6 +1741,16 @@ <li>Removed "this section is non-normative" from the "Regions Concepts" section. + + <li>In the section on region breaks, removed descriptions of break values + normatively defined in external specifications. Removed the section about + split boxes and replaced with paragraph referencing the page breaking + behavior. Removed the discussion about how the ‘<a + href="#dom-namedflow-overflow"><code + class=property>overflow</code></a>’ property applies to content + flown in regions from the break section, since this is covered in the + section on ‘<a href="#region-overflow"><code + class=property>region-overflow</code></a>’ already. </ul> <h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- Overview.src.html 25 Jan 2012 02:26:28 -0000 1.44 +++ Overview.src.html 25 Jan 2012 19:29:54 -0000 1.45 @@ -854,48 +854,6 @@ before/after/inside the generated box. These values are normatively defined in [[!CSS3COL]]:</p> - <dl> - <dt>auto</dt> - - <dd>Neither force nor forbid a page/column break before (after, inside) - the generated box.</dd> - - <dt>always</dt> - - <dd>Always force a page break before (after) the generated box.</dd> - - <dt>avoid</dt> - - <dd>Avoid a page/column break before (after, inside) the generated - box.</dd> - - <dt>left</dt> - - <dd>Force one or two page breaks before (after) the generated box so - that the next page is formatted as a left page.</dd> - - <dt>right</dt> - - <dd>Force one or two page breaks before (after) the generated box so - that the next page is formatted as a right page.</dd> - - <dt>page</dt> - - <dd>Always force a page break before (after) the generated box.</dd> - - <dt>column</dt> - - <dd>Always force a column break before (after) the generated box.</dd> - - <dt>avoid-page</dt> - - <dd>Avoid a page break before (after, inside) the generated box.</dd> - - <dt>avoid-column</dt> - - <dd>Avoid a column break before (after, inside) the generated box.</dd> - </dl> - <p>This specification adds the following new values:</p> <dl> @@ -908,15 +866,8 @@ <dd>Avoid a region break before (after, inside) the generated box.</dd> </dl> - <p>When a break splits a box, the box's margins, borders, and padding have - no visual effect where the split occurs. However, the margin immediately - after a forced page/column/region break will be preserved. A forced - page/column/region break is a break that does not occur naturally.</p> - - <p><strong>Note</strong> When the 'avoid' value is used, regions may - overflow. In that case the 'overflow' property specified on the region - element should be used to determine how to render the overflow.</p> - + <p>The behavior of region breaks with regards to regions is identical to the behavior + of page breaks with regards to pages, as defined in the [[!CSS21]].</p> <h3 id="the-region-overflow-property">The region-overflow property</h3> @@ -1473,6 +1424,10 @@ <li>Reworded the text about flow-into: <ident> and removed obsolete text about the interaction with the 'content' property.</li> <li>Removed "this section is non-normative" from the "Regions Concepts" section.</li> + <li>In the section on region breaks, removed descriptions of break values normatively defined in external specifications. + Removed the section about split boxes and replaced with paragraph referencing the page breaking behavior. + Removed the discussion about how the 'overflow' property applies to content flown in regions from the + 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> </ul>
Received on Wednesday, 25 January 2012 19:29:58 UTC