Skip to content

Commit 91456e7

Browse files
committed
Moved Changes section before Acknowledgments section.
1 parent ab2cda7 commit 91456e7

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

css3-layout/Overview.src.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,24 @@ <h2 id=history>History</h2>
21582158
size.
21592159
</ol>
21602160

2161+
<h2 id=changes>Changes</h2>
2162+
2163+
<p>Summary of changes since
2164+
<a href="/TR/2010/WD-css3-layout-20100429/" >29 April 2010 draft:</a>
2165+
2166+
<ul class=issue>
2167+
<li>Added the 'chains' property to create sequences of slots.
2168+
<li>Added <a href="#slot-pseudo">region-based styling:</a> properties
2169+
can be set on the part of an element that is inside a slot, different
2170+
from the part that is in a different slot, using the 'slot()'
2171+
pseudo-element.
2172+
<li>Added more properties that apply to a slot itself.
2173+
<li>Digits are now allowed as names for slots (in addition to letters).
2174+
<li>The 'gr' unit is renamed to 'fr' (see [[CSS3-GRID-LAYOUT]]).
2175+
<li>List items and table elements can now also have templates.
2176+
<li>Added some more issues and links to the issue tracker.
2177+
</ul>
2178+
21612179
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
21622180

21632181
<p>The first ideas for describing a template in CSS date from 1996 and
@@ -2191,24 +2209,6 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
21912209
href="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html">
21922210
third prototype</a> was made by Alexis Deveria.
21932211

2194-
<h2 id=changes>Changes</h2>
2195-
2196-
<p>Summary of changes since
2197-
<a href="/TR/2010/WD-css3-layout-20100429/" >29 April 2010 draft:</a>
2198-
2199-
<ul class=issue>
2200-
<li>Added the 'chains' property to create sequences of slots.
2201-
<li>Added <a href="#slot-pseudo">region-based styling:</a> properties
2202-
can be set on the part of an element that is inside a slot, different
2203-
from the part that is in a different slot, using the 'slot()'
2204-
pseudo-element.
2205-
<li>Added more properties that apply to a slot itself.
2206-
<li>Digits are now allowed as names for slots (in addition to letters).
2207-
<li>The 'gr' unit is renamed to 'fr' (see [[CSS3-GRID-LAYOUT]]).
2208-
<li>List items and table elements can now also have templates.
2209-
<li>Added some more issues and links to the issue tracker.
2210-
</ul>
2211-
22122212
<h2 class="no-num" id="references">References</h2>
22132213

22142214
<p id="normative-references">Normative references:

0 commit comments

Comments
 (0)