Skip to content

Commit f66d9f6

Browse files
committed
Fixed abstract to reflect removal of content-order/region-order
1 parent d1a6255 commit f66d9f6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-regions/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September
7171
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
7272

7373
<p>The CSS regions module allows content to flow across multiple areas
74-
called regions. The regions do not necessarily follow the document order.
75-
The CSS regions module provides an advanced content flow mechanism, which
76-
can be combined with positioning schemes as defined by other CSS modules
77-
such as the Multi-Column Module <a href="#CSS3COL"
74+
called regions. The regions are not necessarily contiguous in the document
75+
order. The CSS regions module provides an advanced content flow mechanism,
76+
which can be combined with positioning schemes as defined by other CSS
77+
modules such as the Multi-Column Module <a href="#CSS3COL"
7878
rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a> or the Grid Layout Module
7979
<a href="#CSS3-GRID-LAYOUT"
8080
rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a> to

css3-regions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="no-num no-toc" id="longstatus-date">Editor's Draft
5656
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
5757

5858
<p>The CSS regions module allows content to flow across multiple areas
59-
called regions. The regions do not necessarily follow the document order.
59+
called regions. The regions are not necessarily contiguous in the document order.
6060
The CSS regions module provides an advanced content flow mechanism, which
6161
can be combined with positioning schemes as defined by other CSS modules
6262
such as the Multi-Column Module [[CSS3COL]] or the Grid Layout Module

0 commit comments

Comments
 (0)