Skip to content

Commit b8e4964

Browse files
committed
Removed extraneous   and turned body width into max-width.
1 parent e99bf8b commit b8e4964

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

css3-regions/Overview.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777

7878
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
7979

80-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
80+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 November
8181
2011</h2>
8282

8383
<dl>
8484
<dt>This version:
8585

8686
<dd><a
87-
href="http://www.w3.org/TR/2011/ED-css3-regions-20111128/">http://www.w3.org/csswg/css3-regions</a>
87+
href="http://www.w3.org/TR/2011/ED-css3-regions-20111129/">http://www.w3.org/csswg/css3-regions</a>
8888

8989
<dt>Latest version:
9090

@@ -302,22 +302,16 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
302302
textbook requires capabilities beyond those available in existing CSS
303303
modules. This is the purpose of the CSS regions module.
304304

305-
<p>&nbsp;
306-
307305
<p>The CSS regions module can be seen as an extension of the concept of
308306
multi-column elements. With CSS Multi-column layout <a href="#CSS3COL"
309307
rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>, columns share the same
310308
dimensions and define column boxes organized in rows. Content flows from
311309
one column to the next.
312310

313-
<p>&nbsp;
314-
315311
<p>The multi-column model is an example of flowing content from one area to
316312
another, where the areas are the multi-column element's column boxes and
317313
the flow is made of the multi-column element's children.
318314

319-
<p>&nbsp;
320-
321315
<p>However, for more complex layouts, content needs to flow from one area
322316
of the page to the next without limitation of the areas' sizes and
323317
positions. These arbitrary areas are the target of specific content flows.
@@ -1689,8 +1683,6 @@ <h3 id=extension-to-the-element-interface><span class=secno>6.2.
16891683
<dd>The element is not a <span>region</span>.
16901684
</dl>
16911685

1692-
<p>&nbsp;
1693-
16941686
<p>The <dfn id=dom-element-getregionflowranges>getRegionFlowRanges</dfn>
16951687
method returns an array of <a
16961688
href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">

css3-regions/Overview.src.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,15 @@ <h2 id="introduction">Introduction</h2>
166166
textbook requires capabilities beyond those available in existing CSS
167167
modules. This is the purpose of the CSS regions module.</p>
168168

169-
<p>&nbsp;</p>
170-
171169
<p>The CSS regions module can be seen as an extension of the concept of
172170
multi-column elements. With CSS Multi-column layout [[CSS3COL]], columns
173171
share the same dimensions and define column boxes organized in rows.
174172
Content flows from one column to the next.</p>
175173

176-
<p>&nbsp;</p>
177-
178174
<p>The multi-column model is an example of flowing content from one area to
179175
another, where the areas are the multi-column element's column boxes and
180176
the flow is made of the multi-column element's children.</p>
181177

182-
<p>&nbsp;</p>
183-
184178
<p>However, for more complex layouts, content needs to flow from one area
185179
of the page to the next without limitation of the areas' sizes and
186180
positions. These arbitrary areas are the target of specific content flows.
@@ -1423,10 +1417,6 @@ <h3 id="extension-to-the-element-interface">Extension to the Element
14231417
<dd>The element is not a <span>region</span>.</dd>
14241418
</dl>
14251419

1426-
1427-
1428-
<p>&nbsp;</p>
1429-
14301420
<p>The <dfn id="dom-element-getregionflowranges">getRegionFlowRanges</dfn> method returns
14311421
an array of <a href=
14321422
"http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">

css3-regions/alternate-spec-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
font-family: 'DroidSerifRegular', 'Droid Serif', serif;
33
font-size: 14px;
4-
width: 38em;
4+
max-width: 38em;
55
color: #2f2f2f;
66
line-height: 1.7em;
77
}

0 commit comments

Comments
 (0)