Skip to content

Commit 89fe5dd

Browse files
committed
[css-regions] fix broken grammar
1 parent d1f4759 commit 89fe5dd

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

css-regions/Overview.html

Lines changed: 18 additions & 18 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-09-13 name=dcterms.date>
15+
<meta content=2013-09-25 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 13 September
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 September
5050
2013</h2>
5151

5252
<dl>
@@ -1595,7 +1595,7 @@ <h2 id=multi-column-regions><span class=secno>4. </span>Multi-column
15951595
<p>A <a
15961596
href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a>
15971597
<a href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a> element
1598-
can have an assigned to a <a href="#region-chain0">region chain</a>. The
1598+
can be assigned to a <a href="#region-chain0">region chain</a>. The
15991599
element becomes part of the region chain for the associated <a
16001600
href="#named-flow0">named flow</a>, and flows its content fragments
16011601
through columns according to the multi-column specification <a
@@ -1609,6 +1609,16 @@ <h2 id=multi-column-regions><span class=secno>4. </span>Multi-column
16091609
rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a> property is honored to
16101610
balance the fragments of content that would flow through its columns.
16111611

1612+
<p>Overflow of multicol regions is mostly handled according to the same
1613+
rules as other CSS Regions. If the remainder of the named flow does not
1614+
fit in the multicol region, then the rest of the content flows into the
1615+
remaining region chain. However, if a multicol region is the last region
1616+
in a <a href="#region-chain0">region chain</a>, then the multicol region
1617+
must follow the <a
1618+
href="http://dev.w3.org/csswg/css3-multicol/#overflow-columns">overflow
1619+
column rules</a> <a href="#CSS3COL"
1620+
rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a>.
1621+
16121622
<div class=example>
16131623
<p>The following example:
16141624

@@ -1674,16 +1684,6 @@ <h2 id=multi-column-regions><span class=secno>4. </span>Multi-column
16741684
</pre>
16751685
</div>
16761686

1677-
<p>Overflow of multicol regions is mostly handled according to the same
1678-
rules as other CSS Regions. If the remainder of the named flow does not
1679-
fit in the multicol region, then the rest of the content flows into the
1680-
remaining region chain. However, if a multicol region is the last region
1681-
in a <a href="#region-chain0">region chain</a>, then the multicol region
1682-
must follow the <a
1683-
href="http://dev.w3.org/csswg/css3-multicol/#overflow-columns">overflow
1684-
column rules</a> <a href="#CSS3COL"
1685-
rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a>.
1686-
16871687
<h2 id="pseudo_elements"><span class=secno>5. </span>Pseudo-elements</h2>
16881688

16891689
<p>It can be useful to visually mark the content to highlight that a
@@ -3177,11 +3177,11 @@ <h3 class=no-num id=other-references>Other references</h3>
31773177

31783178
<dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
31793179

3180-
<dd>Tab Atkins Jr.; Elika J. Etemad; Rossen Atanassov. <a
3181-
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/"><cite>CSS
3182-
Grid Layout.</cite></a> 2 April 2013. W3C Working Draft. (Work in
3183-
progress.) URL: <a
3184-
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
3180+
<dd>Tab Atkins Jr.; fantasai; Rossen Atanassov. <a
3181+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/"><cite>CSS
3182+
Grid Layout Module Level 1.</cite></a> 10 September 2013. W3C Working
3183+
Draft. (Work in progress.) URL: <a
3184+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/</a>
31853185
</dd>
31863186
<!---->
31873187

css-regions/Overview.src.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ <h2 id="multi-column-regions">Multi-column regions</h2>
14101410
<p>A
14111411
<a href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a>
14121412
[[CSS3COL]]
1413-
element can have
1414-
an assigned to a <span>region chain</span>.
1413+
element can be
1414+
assigned to a <span>region chain</span>.
14151415
The element becomes part
14161416
of the region chain
14171417
for the associated <span>named flow</span>,
@@ -1430,6 +1430,24 @@ <h2 id="multi-column-regions">Multi-column regions</h2>
14301430
to balance the fragments of content
14311431
that would flow through
14321432
its columns.</p>
1433+
1434+
<p>Overflow of multicol regions
1435+
is mostly handled
1436+
according to the same rules
1437+
as other CSS Regions.
1438+
If the remainder of the named flow
1439+
does not fit
1440+
in the multicol region,
1441+
then the rest
1442+
of the content flows into
1443+
the remaining region chain.
1444+
However,
1445+
if a multicol region
1446+
is the last region
1447+
in a <span>region chain</span>,
1448+
then the multicol region must follow the
1449+
<a href="http://dev.w3.org/csswg/css3-multicol/#overflow-columns">overflow column rules</a>
1450+
[[!CSS3COL]].</p>
14331451

14341452
<div class="example">
14351453
<p>The following example:</p>
@@ -1494,24 +1512,6 @@ <h2 id="multi-column-regions">Multi-column regions</h2>
14941512
</pre>
14951513

14961514
</div>
1497-
1498-
<p>Overflow of multicol regions
1499-
is mostly handled
1500-
according to the same rules
1501-
as other CSS Regions.
1502-
If the remainder of the named flow
1503-
does not fit
1504-
in the multicol region,
1505-
then the rest
1506-
of the content flows into
1507-
the remaining region chain.
1508-
However,
1509-
if a multicol region
1510-
is the last region
1511-
in a <span>region chain</span>,
1512-
then the multicol region must follow the
1513-
<a href="http://dev.w3.org/csswg/css3-multicol/#overflow-columns">overflow column rules</a>
1514-
[[!CSS3COL]].</p>
15151515

15161516
<h2 id="pseudo_elements">Pseudo-elements</h2>
15171517

0 commit comments

Comments
 (0)