Skip to content

Commit d287218

Browse files
committed
fixing typos
1 parent 1632ee4 commit d287218

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

css3-regions/Overview.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
3737

38-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2012</h2>
38+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2012</h2>
3939

4040
<dl>
4141
<dt>This version:
4242

4343
<dd><a
44-
href="http://www.w3.org/TR/2012/ED-css3-regions-20120426/">http://www.w3.org/csswg/css3-regions</a>
44+
href="http://www.w3.org/TR/2012/ED-css3-regions-20120506/">http://www.w3.org/csswg/css3-regions</a>
4545

4646
<dt>Latest version:
4747

@@ -1303,7 +1303,7 @@ <h3 id=the-region-overflow-property><span class=secno>3.4. </span>The
13031303

13041304
#region_1, #region_2 {
13051305
flow-from: article;
1306-
<strong>region-overflow: break;</strong> /* or none */
1306+
<strong>region-overflow: break;</strong> /* or auto */
13071307
<strong>overflow: visible;</strong> /* or hidden */
13081308
}
13091309

@@ -1490,18 +1490,18 @@ <h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The @region
14901490
<strong>flow-into: article_flow;</strong>
14911491
}
14921492

1493-
#region1, #region2 {
1493+
#region_1, #region_2 {
14941494
<strong>flow-from: article_flow;</strong>
14951495
}
14961496

14971497
/* region style "RSA" */
1498-
<strong>@region #region1, #region2</strong> {
1498+
<strong>@region #region_1, #region_2</strong> {
14991499
div {...}
15001500
p {...}
15011501
}
15021502

15031503
/* region style "RSB" */
1504-
<strong>@region #region1</strong> {
1504+
<strong>@region #region_1</strong> {
15051505
p {...}
15061506
}
15071507

@@ -1512,8 +1512,8 @@ <h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The @region
15121512
&lt;p id="p_2"&gt;...&lt;/p&gt;
15131513
&lt;/div&gt;
15141514

1515-
&lt;div id="region1"&gt;&lt;/div&gt;
1516-
&lt;div id="region2"&gt;&lt;/div&gt;
1515+
&lt;div id="region_1"&gt;&lt;/div&gt;
1516+
&lt;div id="region_2"&gt;&lt;/div&gt;
15171517

15181518
</pre>
15191519

@@ -2105,9 +2105,8 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
21052105

21062106
<div class=note>
21072107
<p>A <a href="#css-region"><code class=idl>Region</code></a> instance may
2108-
represent and object that is no longer a <a
2109-
href="#css-region">region</a>. This may happen, for example if the
2110-
&lsquo;<a href="#flow-from"><code
2108+
represent an object that is no longer a <a href="#css-region">region</a>.
2109+
This may happen, for example if the &lsquo;<a href="#flow-from"><code
21112110
class=property>flow-from</code></a>&rsquo; property on the corresponding
21122111
pseudo-element, element or other construct becomes &lsquo;<code
21132112
class=property>none</code>&rsquo; but a script is still holding a
@@ -2328,12 +2327,13 @@ <h4 id=cssomview-offset-attributes><span class=secno>6.5.2. </span><code
23282327

23292328
<p>The computation of the <a
23302329
href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">offset
2331-
attributes</a> for elements laid out in a <span>named flow follow the <a
2330+
attributes</a> for elements laid out in a <a href="#named-flow0">named
2331+
flow</a> follow the <a
23322332
href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">specification</a>
23332333
<a href="#CSSOM" rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a>. For the
23342334
purpose of the algorithm, the <em>first CSS layout box</em> associated
23352335
with an element laid out in a <a href="#named-flow0">named flow</a> is the
2336-
box generated for the first region the element is laid out into.</span>
2336+
box generated for the first region the element is laid out into.
23372337

23382338
<h2 id=regions-visual-formatting-details><span class=secno>7.
23392339
</span>Regions visual formatting details</h2>
@@ -3414,9 +3414,9 @@ <h3 class=no-num id=normative-references>Normative references</h3>
34143414
<dt id=DOM>[DOM]
34153415

34163416
<dd>Anne van Kesteren; Aryeh Gregor; Ms2ger. <a
3417-
href="http://www.w3.org/TR/2012/WD-dom-20120105/"><cite>DOM4.</cite></a>
3418-
5 January 2012. W3C Working Draft. (Work in progress.) URL: <a
3419-
href="http://www.w3.org/TR/2012/WD-dom-20120105/">http://www.w3.org/TR/2012/WD-dom-20120105/</a>
3417+
href="http://www.w3.org/TR/2012/WD-dom-20120405/"><cite>DOM4.</cite></a>
3418+
5 April 2012. W3C Working Draft. (Work in progress.) URL: <a
3419+
href="http://www.w3.org/TR/2012/WD-dom-20120405/">http://www.w3.org/TR/2012/WD-dom-20120405/</a>
34203420
</dd>
34213421
<!---->
34223422

@@ -3471,20 +3471,20 @@ <h3 class=no-num id=other-references>Other references</h3>
34713471
<dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX]
34723472

34733473
<dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a
3474-
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/"><cite>CSS
3475-
Flexible Box Layout Module.</cite></a> 29 November 2011. W3C Working
3476-
Draft. (Work in progress.) URL: <a
3477-
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/">http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a>
3474+
href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/"><cite>CSS
3475+
Flexible Box Layout Module.</cite></a> 22 March 2012. W3C Working Draft.
3476+
(Work in progress.) URL: <a
3477+
href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/</a>
34783478
</dd>
34793479
<!---->
34803480

34813481
<dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
34823482

34833483
<dd>Alex Mogilevsky; et al. <a
3484-
href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407"><cite>Grid
3485-
Layout.</cite></a> 7 April 2011. W3C Working Draft. (Work in progress.)
3486-
URL: <a
3487-
href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407</a>
3484+
href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/"><cite>CSS
3485+
Grid Layout.</cite></a> 22 March 2012. W3C Working Draft. (Work in
3486+
progress.) URL: <a
3487+
href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/</a>
34883488
</dd>
34893489
<!---->
34903490

@@ -3529,11 +3529,11 @@ <h3 class=no-num id=other-references>Other references</h3>
35293529

35303530
<dt id=MEDIAQ>[MEDIAQ]
35313531

3532-
<dd>H&#229;kon Wium Lie; et al. <a
3533-
href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/"><cite>Media
3534-
Queries.</cite></a> 27 July 2010. W3C Candidate Recommendation. (Work in
3532+
<dd>Florian Rivoal. <a
3533+
href="http://www.w3.org/TR/2012/PR-css3-mediaqueries-20120426/"><cite>Media
3534+
Queries.</cite></a> 26 April 2012. W3C Proposed Recommendation. (Work in
35353535
progress.) URL: <a
3536-
href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/</a>
3536+
href="http://www.w3.org/TR/2012/PR-css3-mediaqueries-20120426/">http://www.w3.org/TR/2012/PR-css3-mediaqueries-20120426/</a>
35373537
</dd>
35383538
<!---->
35393539
</dl>

css3-regions/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ <h3 id="the-region-overflow-property">The region-overflow property</h3>
11311131

11321132
#region_1, #region_2 {
11331133
flow-from: article;
1134-
<strong>region-overflow: break;</strong> /* or none */
1134+
<strong>region-overflow: break;</strong> /* or auto */
11351135
<strong>overflow: visible;</strong> /* or hidden */
11361136
}
11371137

@@ -1276,18 +1276,18 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12761276
<strong>flow-into: article_flow;</strong>
12771277
}
12781278

1279-
#region1, #region2 {
1279+
#region_1, #region_2 {
12801280
<strong>flow-from: article_flow;</strong>
12811281
}
12821282

12831283
/* region style "RSA" */
1284-
<strong>@region #region1, #region2</strong> {
1284+
<strong>@region #region_1, #region_2</strong> {
12851285
div {...}
12861286
p {...}
12871287
}
12881288

12891289
/* region style "RSB" */
1290-
<strong>@region #region1</strong> {
1290+
<strong>@region #region_1</strong> {
12911291
p {...}
12921292
}
12931293

@@ -1298,8 +1298,8 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12981298
&lt;p id="p_2"&gt;...&lt;/p&gt;
12991299
&lt;/div&gt;
13001300

1301-
&lt;div id="region1"&gt;&lt;/div&gt;
1302-
&lt;div id="region2"&gt;&lt;/div&gt;
1301+
&lt;div id="region_1"&gt;&lt;/div&gt;
1302+
&lt;div id="region_2"&gt;&lt;/div&gt;
13031303

13041304
</pre>
13051305

@@ -1849,7 +1849,7 @@ <h3 id="the-region-interface">The Region interface</h3>
18491849
the <span>CSS Region</span>.
18501850

18511851
<div class="note">
1852-
<p>A <code class="idl">Region</code> instance may represent and
1852+
<p>A <code class="idl">Region</code> instance may represent an
18531853
object that is no longer a <span>region</span>. This may happen, for example if the
18541854
'flow-from' property on the corresponding pseudo-element, element or other construct
18551855
becomes 'none' but a script is still holding a reference to the <code class="idl">Region</code> object.</p>
@@ -2006,7 +2006,7 @@ <h4 id="cssomview-offset-attributes"><code class="idl">offsetTop</code>, <code c
20062006
<code class="idl">offsetWidth</code> and <code class="idl">offsetWidth</code></h4>
20072007

20082008
<p>The computation of the <a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">offset attributes</a>
2009-
for elements laid out in a <span>named flow</code> follow the <a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">specification</a> [[!CSSOM]]. For the purpose of the
2009+
for elements laid out in a <span>named flow</span> follow the <a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">specification</a> [[!CSSOM]]. For the purpose of the
20102010
algorithm, the <em>first CSS layout box</em> associated
20112011
with an element laid out in a <span>named flow</span> is the box generated for the first region
20122012
the element is laid out into.</p>

0 commit comments

Comments
 (0)