Skip to content

Commit 8fbf255

Browse files
committed
[css-regions] update abstract
1 parent aa3720e commit 8fbf255

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

css-regions/Overview.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-11-27 name=dcterms.date>
15+
<meta content=2013-11-28 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -46,7 +46,7 @@
4646

4747
<h1 id=css-regions-module>CSS Regions Module Level 1</h1>
4848

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
5050
2013</h2>
5151

5252
<dl>
@@ -127,15 +127,11 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 November
127127

128128
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
129129

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.
139135

140136
<h2 class="no-num no-toc" id=status-of-this-document>Status of this
141137
document</h2>
@@ -384,7 +380,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
384380
<p>Displaying the complex layouts of a typical magazine, newspaper, or
385381
textbook on the web requires capabilities beyond those available in
386382
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
388384
of the CSS regions module.
389385

390386
<p>For more complex layouts, content needs to flow from one area of the

css-regions/Overview.src.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@ <h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS]
9797

9898
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
9999

100-
<p>The CSS regions module allows content to flow across multiple areas
101-
called regions. The regions are not necessarily contiguous in the document order.
102-
The CSS regions module provides an advanced content flow mechanism, which
103-
can be combined with positioning schemes as defined by other CSS modules
104-
such as the Multi-Column Module [[CSS3COL]] or the Grid Layout Module
105-
[[CSS3-GRID-LAYOUT]] to position the regions where content flows.</p>
100+
<p>The CSS Regions module allows content
101+
from one or more elements
102+
to flow through one or more boxes
103+
called CSS Regions,
104+
fragmented as defined in [[!CSS3-BREAK]].
105+
This module also defines CSSOM
106+
to expose both the inputs and outputs
107+
of this fragmentation.</p>
106108

107109
<h2 class="no-num no-toc" id="status-of-this-document">Status of this
108110
document</h2>
@@ -125,7 +127,7 @@ <h2 id="introduction">Introduction</h2>
125127
requires capabilities beyond those available in existing CSS modules.
126128
Dynamic magazine layout in particular requires flexibility
127129
in placement of boxes for content flows.
128-
This is the purpose of the CSS regions module.</p>
130+
This is one purpose of the CSS regions module.</p>
129131

130132
<p>For more complex layouts,
131133
content needs to flow from one area of the page to the next

0 commit comments

Comments
 (0)