- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Jan 2012 22:04:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-break
In directory hutz:/tmp/cvs-serv24641
Modified Files:
Overview.html Overview.src.html
Log Message:
Improve intro
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.html 24 Jan 2012 21:51:45 -0000 1.7
+++ Overview.html 24 Jan 2012 22:04:04 -0000 1.8
@@ -227,13 +227,17 @@
content that would fall across the page break. This process is called <dfn
id=pagination>pagination</dfn>.
- <p> In CSS, in addition to paged media, certain layout features such as
- regions <a href="#CSS3-REGIONS"
- rel=biblioentry>[CSS3-REGIONS]<!--{{CSS3-REGIONS}}--></a> and multi-column
- layout <a href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>
- create a similarly fragmented environment. This module explains how
- content breaks across fragment containers such as pages and columns and
- how such breaks can be controlled by the author.
+ <p> In CSS, in addition to paged media, certain layout features such as <a
+ href="http://www.w3.org/TR/css3-regions/">regions</a> <a
+ href="#CSS3-REGIONS"
+ rel=biblioentry>[CSS3-REGIONS]<!--{{CSS3-REGIONS}}--></a> and <a
+ href="http://www.w3.org/TR/css3-multicol/">multi-column layout</a> <a
+ href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a> create a
+ similarly fragmented environment. The generic term for breaking content
+ across containers is <dfn id=fragmentation>fragmentation</dfn>. This
+ module explains how content breaks across <i>fragmentation containers</i>
+ such as pages and columns and how such breaks can be <a
+ href="#breaking-controls">controlled by the author</a>.
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
@@ -1118,6 +1122,9 @@
<li>authoring tool, <a href="#authoring-tool"
title="authoring tool"><strong>5.2.</strong></a>
+ <li>fragmentation, <a href="#fragmentation"
+ title=fragmentation><strong>1.</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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html 24 Jan 2012 21:51:45 -0000 1.8
+++ Overview.src.html 24 Jan 2012 22:04:04 -0000 1.9
@@ -74,11 +74,14 @@
</p>
<p>
In CSS, in addition to paged media, certain layout features such as
- regions [[CSS3-REGIONS]] and multi-column layout [[CSS3COL]]
- create a similarly fragmented environment.
- This module explains how content breaks across fragment containers
- such as pages and columns and how such breaks can be controlled by
- the author.
+ <a href="http://www.w3.org/TR/css3-regions/">regions</a> [[CSS3-REGIONS]]
+ and <a href="http://www.w3.org/TR/css3-multicol/">multi-column layout</a>
+ [[CSS3COL]] create a similarly fragmented environment.
+ The generic term for breaking content across containers is
+ <dfn>fragmentation</dfn>.
+ This module explains how content breaks across <i>fragmentation containers</i>
+ such as pages and columns and how such breaks can be
+ <a href="#breaking-controls">controlled by the author</a>.
</p>
<h3 id="placement">
@@ -112,7 +115,6 @@
Fragmentation Model and Terminology</h2>
-
<h3 id="page-breaks">
Page Breaks</h3>
Received on Tuesday, 24 January 2012 22:04:07 UTC