@@ -1815,13 +1815,13 @@ <h2>Floating elements inside templates</h2>
18151815 in the template (as defined < a href ="#containing-block "> above</ a > ).
18161816</ ul >
18171817
1818- < h2 id =gr-unit > Definition of the ''fr '' unit in a template element</ h2 >
1818+ < h2 id =gr-unit > Definition of the ''gr '' unit in a template element</ h2 >
18191819
1820- < p > The Grid Layout Module [[CSS3-GRID-LAYOUT ]] defines a ''fr '' unit
1821- (for “< strong > fr </ strong > action ”) that
1820+ < p > The CSS Values and Units Module [[!CSS3VAL ]] defines a ''gr '' unit
1821+ (for “< strong > gr </ strong > id ”) that
18221822is usable with certain properties that position or size boxes.
18231823A < em > template element</ em > defines an < em > implicit grid</ em > (in the
1824- terminology of that module) for use with the ''fr '' unit. The vertical
1824+ terminology of that module) for use with the ''gr '' unit. The vertical
18251825grid lines are formed by the left and right content edges of the
18261826template element and by the edges between the columns of the template.
18271827The horizontal grid lines are formed by the top and bottom content
@@ -1845,8 +1845,8 @@ <h2 id=gr-unit>Definition of the ''fr'' unit in a template element</h2>
18451845 position: f}
18461846#p1 {
18471847 position: absolute;
1848- top: 1fr ;
1849- left: 2fr }
1848+ top: 1gr ;
1849+ left: 2gr }
18501850</ pre >
18511851< p > and this document fragment
18521852< pre >
@@ -2228,19 +2228,13 @@ <h2 id=history>History</h2>
22282228< h2 id =changes > Changes</ h2 >
22292229
22302230< p > Summary of changes since
2231- < a href ="/TR/2010 /WD-css3-layout-20100429 / " > 29 April 2010 draft:</ a >
2231+ < a href ="/TR/2011 /WD-css3-layout-20111129 / " > 29 November 2011 draft:</ a >
22322232
22332233< ul >
2234- < li > Added the 'chains' property to create sequences of slots.
2235- < li > Added < a href ="#slot-pseudo "> region-based styling:</ a > properties
2236- can be set on the part of an element that is inside a slot, different
2237- from the part that is in a different slot, using the 'slot()'
2238- pseudo-element.
2239- < li > Added more properties that apply to a slot itself.
2240- < li > Digits are now allowed as names for slots (in addition to letters).
2241- < li > The 'gr' unit is renamed to 'fr' (see [[CSS3-GRID-LAYOUT]]).
2242- < li > List items and table elements can now also have templates.
2243- < li > Added some more issues and links to the issue tracker.
2234+ < li > The 'fr' unit is renamed back to 'gr' (it is now defined in
2235+ [[!CSS3VAL]]).
2236+
2237+ < li > Added a < a href ="#accessibility "> note about accessibility.</ a >
22442238</ ul >
22452239
22462240< h2 class ="no-num " id ="acknowledgments "> Acknowledgments</ h2 >
0 commit comments