|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Regions Module Level 1" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-09-25 name=dcterms.date> |
| 15 | + <meta content=2013-10-09 name=dcterms.date> |
16 | 16 | <meta content="Vincent Hardy" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
18 | 18 | <meta content="Alan Stearns" name=dcterms.creator> |
|
46 | 46 |
|
47 | 47 | <h1 id=css-regions-module>CSS Regions Module Level 1</h1> |
48 | 48 |
|
49 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 September |
50 | | - 2013</h2> |
| 49 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 October 2013</h2> |
51 | 50 |
|
52 | 51 | <dl> |
53 | 52 | <dt>This version: |
@@ -1701,24 +1700,14 @@ <h2 id="pseudo_elements"><span class=secno>5. </span>Pseudo-elements</h2> |
1701 | 1700 | <h3 id=processing-model><span class=secno>5.1. </span>Processing model</h3> |
1702 | 1701 |
|
1703 | 1702 | <p>The ‘<code class=css>::before</code>’ content is laid out in the |
1704 | | - region prior to any other content coming from the flow. Note that it is |
1705 | | - possible to set the ‘<code class=css>::before</code>’ pseudo-element's |
1706 | | - ‘<code class=property>display</code>’ property to ‘<code |
1707 | | - class=property>run-in</code>’ to align it with the content's inline |
1708 | | - boxes. |
| 1703 | + region prior to any other content coming from the flow. |
1709 | 1704 |
|
1710 | 1705 | <p>The ‘<code class=css>::after</code>’ content is laid out in the |
1711 | 1706 | region after laying out the flow fragment content. Then, flow content is |
1712 | 1707 | removed from the fragment to accommodate the ‘<code |
1713 | 1708 | class=css>::after</code>’ content. Accommodating means that the ‘<code |
1714 | 1709 | class=css>::after</code>’ content is laid out without overflowing the |
1715 | | - region. The ‘<code class=property>display</code>’ property of the |
1716 | | - ‘<code class=css>::after</code>’ content can be set to ‘<code |
1717 | | - class=property>run-in</code>’ to align with the region's content's |
1718 | | - inline boxes. In that case, the ‘<code class=css>::after</code>’ |
1719 | | - content aligns with the last inline box of the previous element in the |
1720 | | - flow that has some visual rendering in the region and can accommodate for |
1721 | | - the ‘<code class=css>::after</code>’ box. |
| 1710 | + region. |
1722 | 1711 |
|
1723 | 1712 | <p>If there is not enough room to accommodate the ::before content, the |
1724 | 1713 | ‘<code class=css>::after</code>’ content after removing all flow |
@@ -1800,7 +1789,7 @@ <h3 id=the-namedflow-interface><span class=secno>6.1. </span>The NamedFlow |
1800 | 1789 | <em>index</em> is out of range. An object <code>collection</code> |
1801 | 1790 | implementing <a |
1802 | 1791 | href="#dom-named-flow-collection"><code>NamedFlowCollection</code></a> |
1803 | | - supports indices in the range <code>0 ≤ index < |
| 1792 | + supports indices in the range <code>0 ≤ index < |
1804 | 1793 | collection.length</code>. |
1805 | 1794 |
|
1806 | 1795 | <p>The <dfn id=dom-named-flow-collection-named-item><code |
@@ -2265,6 +2254,12 @@ <h3 id=regions-flow-content-box><span class=secno>7.1. </span>The Region |
2265 | 2254 | ‘<code class=property>auto</code>’ and a whose used ‘<code |
2266 | 2255 | class=property>height</code>’ is resolved as detailed below. |
2267 | 2256 |
|
| 2257 | + <p>Since the <a href="#rfcb">RFCB</a> is a <a |
| 2258 | + href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">block container |
| 2259 | + box</a>, the ::before box and ::after box will also be block containers, |
| 2260 | + though the contents of ::before and ::after may be inline within those |
| 2261 | + boxes. |
| 2262 | + |
2268 | 2263 | <h4 id=rfcb-width-resolution><span class=secno>7.1.1. </span>RFCB ‘<code |
2269 | 2264 | class=property>width</code>’ resolution</h4> |
2270 | 2265 |
|
@@ -2832,6 +2827,9 @@ <h3 id="changes_from_May_28_2013"><span class=secno>12.1. </span>Changes |
2832 | 2827 | 28<sup>th</sup> 2013</a> version</h3> |
2833 | 2828 |
|
2834 | 2829 | <ul> |
| 2830 | + <li>Remove mention of run-in and clarify ::before and ::after block |
| 2831 | + containers |
| 2832 | + |
2835 | 2833 | <li>Removed custom element syntax from examples |
2836 | 2834 |
|
2837 | 2835 | <li>Changed NamedFlowCollection getters back to null when there is no |
|
0 commit comments