Skip to content

Commit d8d689a

Browse files
committed
Generated. Do not edit!
1 parent 91456e7 commit d8d689a

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

css3-layout/Overview.html

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<h1>CSS Template Layout Module</h1>
1717

1818
<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>
2020

2121
<dl>
2222
<dt>This version:
2323

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>
2626

2727
<dt>Latest version:
2828

@@ -206,10 +206,10 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
206206

207207
<li><a href="#history"><span class=secno>17. </span>History</a>
208208

209-
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
210-
211209
<li><a href="#changes"><span class=secno>18. </span>Changes</a>
212210

211+
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
212+
213213
<li class=no-num><a href="#references">References</a>
214214

215215
<li class=no-num><a href="#index">Index</a>
@@ -2596,6 +2596,35 @@ <h2 id=history><span class=secno>17. </span>History</h2>
25962596
become wider if all other columns are at their maximum size.
25972597
</ol>
25982598

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 &lsquo;<a href="#chains0"><code
2606+
class=property>chains</code></a>&rsquo; 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 &lsquo;<a
2612+
href="#slot"><code class=css>slot()</code></a>&rsquo; 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 &lsquo;<code class=property>gr</code>&rsquo; unit is renamed to
2619+
&lsquo;<code class=property>fr</code>&rsquo; (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+
25992628
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
26002629

26012630
<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>
26272656
href="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html">
26282657
third prototype</a> was made by Alexis Deveria.
26292658

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 &lsquo;<a href="#chains0"><code
2637-
class=property>chains</code></a>&rsquo; 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 &lsquo;<a
2643-
href="#slot"><code class=css>slot()</code></a>&rsquo; 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 &lsquo;<code class=property>gr</code>&rsquo; unit is renamed to
2650-
&lsquo;<code class=property>fr</code>&rsquo; (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-
26592659
<h2 class=no-num id=references>References</h2>
26602660

26612661
<p id=normative-references>Normative references: <!--begin-normative-->

0 commit comments

Comments
 (0)