|
77 | 77 |
|
78 | 78 | <h1 id=css-regions-module>CSS Regions Module Level 3</h1> |
79 | 79 |
|
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 |
81 | 81 | 2011</h2> |
82 | 82 |
|
83 | 83 | <dl> |
84 | 84 | <dt>This version: |
85 | 85 |
|
86 | 86 | <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> |
88 | 88 |
|
89 | 89 | <dt>Latest version: |
90 | 90 |
|
@@ -302,22 +302,16 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2> |
302 | 302 | textbook requires capabilities beyond those available in existing CSS |
303 | 303 | modules. This is the purpose of the CSS regions module. |
304 | 304 |
|
305 | | - <p> |
306 | | - |
307 | 305 | <p>The CSS regions module can be seen as an extension of the concept of |
308 | 306 | multi-column elements. With CSS Multi-column layout <a href="#CSS3COL" |
309 | 307 | rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>, columns share the same |
310 | 308 | dimensions and define column boxes organized in rows. Content flows from |
311 | 309 | one column to the next. |
312 | 310 |
|
313 | | - <p> |
314 | | - |
315 | 311 | <p>The multi-column model is an example of flowing content from one area to |
316 | 312 | another, where the areas are the multi-column element's column boxes and |
317 | 313 | the flow is made of the multi-column element's children. |
318 | 314 |
|
319 | | - <p> |
320 | | - |
321 | 315 | <p>However, for more complex layouts, content needs to flow from one area |
322 | 316 | of the page to the next without limitation of the areas' sizes and |
323 | 317 | 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. |
1689 | 1683 | <dd>The element is not a <span>region</span>. |
1690 | 1684 | </dl> |
1691 | 1685 |
|
1692 | | - <p> |
1693 | | - |
1694 | 1686 | <p>The <dfn id=dom-element-getregionflowranges>getRegionFlowRanges</dfn> |
1695 | 1687 | method returns an array of <a |
1696 | 1688 | href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl"> |
|
0 commit comments