|
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-07-10 name=dcterms.date> |
| 15 | + <meta content=2013-07-19 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> |
|
43 | 43 |
|
44 | 44 | <h1 id=css-regions-module>CSS Regions Module Level 1</h1> |
45 | 45 |
|
46 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 July 2013</h2> |
| 46 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 July 2013</h2> |
47 | 47 |
|
48 | 48 | <dl> |
49 | 49 | <dt>This version: |
@@ -858,8 +858,7 @@ <h3 id=the-flow-from-property><span class=secno>3.2. </span>The ‘<a |
858 | 858 |
|
859 | 859 | <td>Non-replaced <a |
860 | 860 | href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">block |
861 | | - containers</a> whose display property computes to block, inline-block |
862 | | - or table-cell. <br> |
| 861 | + containers</a>. <br> |
863 | 862 | This might be expanded in future versions of the specification to allow |
864 | 863 | other types of containers to receive flow content. |
865 | 864 |
|
@@ -956,6 +955,20 @@ <h3 id=the-flow-from-property><span class=secno>3.2. </span>The ‘<a |
956 | 955 | selector is still associated with that empty <a href="#named-flow0">named |
957 | 956 | flow</a> and, consequently, its children are not formatted visually.</div> |
958 | 957 |
|
| 958 | + <div class=note><span class=note-prefix>Note </span> |
| 959 | + <p>At the time of this note-writing, the <code>display</code> values that |
| 960 | + always result in a non-replaced block container include |
| 961 | + <code>block</code>, <code>inline-block</code>, <code>table-cell</code>, |
| 962 | + <code>table-caption</code>, and <code>list-item</code>. All of these |
| 963 | + display values work as regions with non-replaced elements. |
| 964 | + |
| 965 | + <p>The <code>flex</code> and <code>grid</code> display values do not |
| 966 | + result in block containers (they are defined as flex containers and grid |
| 967 | + elements, respectively). So ‘<a href="#flow-from"><code |
| 968 | + class=property>flow-from</code></a>’ combined with those display values |
| 969 | + does not result in a CSS Region. |
| 970 | + </div> |
| 971 | + |
959 | 972 | <p><a href="#css-region" title=region>CSS Regions</a> create a new <a |
960 | 973 | href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking |
961 | 974 | context</a>. <a href="#css-region" title=region>CSS Regions</a> establish |
@@ -2842,8 +2855,6 @@ <h3 id="changes_from_May_28_2013"><span class=secno>12.1. </span>Changes |
2842 | 2855 | <li>Changed NamedFlowCollection getters back to null when there is no |
2843 | 2856 | NamedFlow. |
2844 | 2857 |
|
2845 | | - <li>Restricted flow-from to blocks, inline-blocks and table-cells |
2846 | | - |
2847 | 2858 | <li>Removed issue on user events and added note describing solution(s) |
2848 | 2859 |
|
2849 | 2860 | <li>Changed type of NamedFlow.getContent() from NodeList to |
@@ -3463,8 +3474,7 @@ <h2 class=no-num id=property-index>Property index</h2> |
3463 | 3474 |
|
3464 | 3475 | <td>none |
3465 | 3476 |
|
3466 | | - <td>Non-replaced block containers whose display property computes to |
3467 | | - block, inline-block or table-cell. This might be expanded in future |
| 3477 | + <td>Non-replaced block containers. This might be expanded in future |
3468 | 3478 | versions of the specification to allow other types of containers to |
3469 | 3479 | receive flow content. |
3470 | 3480 |
|
|
0 commit comments