|
16 | 16 | <h1>CSS Template Layout Module</h1> |
17 | 17 |
|
18 | 18 | <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft |
19 | | - 4 November 2011</h2> |
| 19 | + 5 November 2011</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 | <dt>This version: |
23 | 23 |
|
24 | | - <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111104/"> |
25 | | - http://www.w3.org/TR/2011/ED-css3-layout-20111104</a> |
| 24 | + <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111105/"> |
| 25 | + http://www.w3.org/TR/2011/ED-css3-layout-20111105</a> |
26 | 26 |
|
27 | 27 | <dt>Latest version: |
28 | 28 |
|
@@ -206,10 +206,10 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
206 | 206 |
|
207 | 207 | <li><a href="#history"><span class=secno>17. </span>History</a> |
208 | 208 |
|
209 | | - <li class=no-num><a href="#acknowledgments">Acknowledgments</a> |
210 | | - |
211 | 209 | <li><a href="#changes"><span class=secno>18. </span>Changes</a> |
212 | 210 |
|
| 211 | + <li class=no-num><a href="#acknowledgments">Acknowledgments</a> |
| 212 | + |
213 | 213 | <li class=no-num><a href="#references">References</a> |
214 | 214 |
|
215 | 215 | <li class=no-num><a href="#index">Index</a> |
@@ -2596,6 +2596,35 @@ <h2 id=history><span class=secno>17. </span>History</h2> |
2596 | 2596 | become wider if all other columns are at their maximum size. |
2597 | 2597 | </ol> |
2598 | 2598 |
|
| 2599 | + <h2 id=changes><span class=secno>18. </span>Changes</h2> |
| 2600 | + |
| 2601 | + <p>Summary of changes since <a |
| 2602 | + href="/TR/2010/WD-css3-layout-20100429/">29 April 2010 draft:</a> |
| 2603 | + |
| 2604 | + <ul class=issue> |
| 2605 | + <li>Added the ‘<a href="#chains0"><code |
| 2606 | + class=property>chains</code></a>’ property to create sequences of |
| 2607 | + slots. |
| 2608 | + |
| 2609 | + <li>Added <a href="#slot-pseudo">region-based styling:</a> properties can |
| 2610 | + be set on the part of an element that is inside a slot, different from |
| 2611 | + the part that is in a different slot, using the ‘<a |
| 2612 | + href="#slot"><code class=css>slot()</code></a>’ pseudo-element. |
| 2613 | + |
| 2614 | + <li>Added more properties that apply to a slot itself. |
| 2615 | + |
| 2616 | + <li>Digits are now allowed as names for slots (in addition to letters). |
| 2617 | + |
| 2618 | + <li>The ‘<code class=property>gr</code>’ unit is renamed to |
| 2619 | + ‘<code class=property>fr</code>’ (see <a |
| 2620 | + href="#CSS3-GRID-LAYOUT" |
| 2621 | + rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>). |
| 2622 | + |
| 2623 | + <li>List items and table elements can now also have templates. |
| 2624 | + |
| 2625 | + <li>Added some more issues and links to the issue tracker. |
| 2626 | + </ul> |
| 2627 | + |
2599 | 2628 | <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
2600 | 2629 |
|
2601 | 2630 | <p>The first ideas for describing a template in CSS date from 1996 and are |
@@ -2627,35 +2656,6 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
2627 | 2656 | href="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html"> |
2628 | 2657 | third prototype</a> was made by Alexis Deveria. |
2629 | 2658 |
|
2630 | | - <h2 id=changes><span class=secno>18. </span>Changes</h2> |
2631 | | - |
2632 | | - <p>Summary of changes since <a |
2633 | | - href="/TR/2010/WD-css3-layout-20100429/">29 April 2010 draft:</a> |
2634 | | - |
2635 | | - <ul class=issue> |
2636 | | - <li>Added the ‘<a href="#chains0"><code |
2637 | | - class=property>chains</code></a>’ property to create sequences of |
2638 | | - slots. |
2639 | | - |
2640 | | - <li>Added <a href="#slot-pseudo">region-based styling:</a> properties can |
2641 | | - be set on the part of an element that is inside a slot, different from |
2642 | | - the part that is in a different slot, using the ‘<a |
2643 | | - href="#slot"><code class=css>slot()</code></a>’ pseudo-element. |
2644 | | - |
2645 | | - <li>Added more properties that apply to a slot itself. |
2646 | | - |
2647 | | - <li>Digits are now allowed as names for slots (in addition to letters). |
2648 | | - |
2649 | | - <li>The ‘<code class=property>gr</code>’ unit is renamed to |
2650 | | - ‘<code class=property>fr</code>’ (see <a |
2651 | | - href="#CSS3-GRID-LAYOUT" |
2652 | | - rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>). |
2653 | | - |
2654 | | - <li>List items and table elements can now also have templates. |
2655 | | - |
2656 | | - <li>Added some more issues and links to the issue tracker. |
2657 | | - </ul> |
2658 | | - |
2659 | 2659 | <h2 class=no-num id=references>References</h2> |
2660 | 2660 |
|
2661 | 2661 | <p id=normative-references>Normative references: <!--begin-normative--> |
|
0 commit comments