@@ -2158,6 +2158,24 @@ <h2 id=history>History</h2>
21582158size.
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>
21912209href ="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html ">
21922210third 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