|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Regions Module Level 1" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-11-27 name=dcterms.date> |
| 15 | + <meta content=2013-11-28 name=dcterms.date> |
16 | 16 | <meta content="Vincent Hardy" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
18 | 18 | <meta content="Alan Stearns" name=dcterms.creator> |
|
46 | 46 |
|
47 | 47 | <h1 id=css-regions-module>CSS Regions Module Level 1</h1> |
48 | 48 |
|
49 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 November |
| 49 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November |
50 | 50 | 2013</h2> |
51 | 51 |
|
52 | 52 | <dl> |
@@ -127,15 +127,11 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 November |
127 | 127 |
|
128 | 128 | <h2 class="no-num no-toc" id=abstract>Abstract</h2> |
129 | 129 |
|
130 | | - <p>The CSS regions module allows content to flow across multiple areas |
131 | | - called regions. The regions are not necessarily contiguous in the document |
132 | | - order. The CSS regions module provides an advanced content flow mechanism, |
133 | | - which can be combined with positioning schemes as defined by other CSS |
134 | | - modules such as the Multi-Column Module <a href="#ref-CSS3COL" |
135 | | - rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a> or the Grid Layout Module |
136 | | - <a href="#ref-CSS3-GRID-LAYOUT" |
137 | | - rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a> to |
138 | | - position the regions where content flows. |
| 130 | + <p>The CSS Regions module allows content from one or more elements to flow |
| 131 | + through one or more boxes called CSS Regions, fragmented as defined in <a |
| 132 | + href="#ref-CSS3-BREAK" |
| 133 | + rel=biblioentry>[CSS3-BREAK]<!--{{!CSS3-BREAK}}--></a>. This module also |
| 134 | + defines CSSOM to expose both the inputs and outputs of this fragmentation. |
139 | 135 |
|
140 | 136 | <h2 class="no-num no-toc" id=status-of-this-document>Status of this |
141 | 137 | document</h2> |
@@ -384,7 +380,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2> |
384 | 380 | <p>Displaying the complex layouts of a typical magazine, newspaper, or |
385 | 381 | textbook on the web requires capabilities beyond those available in |
386 | 382 | existing CSS modules. Dynamic magazine layout in particular requires |
387 | | - flexibility in placement of boxes for content flows. This is the purpose |
| 383 | + flexibility in placement of boxes for content flows. This is one purpose |
388 | 384 | of the CSS regions module. |
389 | 385 |
|
390 | 386 | <p>For more complex layouts, content needs to flow from one area of the |
|
0 commit comments