@@ -204,7 +204,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
204204 </ span > Floating elements inside templates</ a >
205205
206206 < li > < a href ="#gr-unit "> < span class =secno > 14. </ span > Definition of the
207- ‘< code class =css > fr </ code > ’ unit in a template element</ a >
207+ ‘< code class =css > gr </ code > ’ unit in a template element</ a >
208208
209209 < li > < a href ="#chains "> < span class =secno > 15. </ span > Chaining slots: the
210210 ‘< code class =property > chains</ code > ’ property</ a >
@@ -2193,21 +2193,20 @@ <h2 id=floating-elements-inside-templates><span class=secno>13.
21932193 </ ul >
21942194
21952195 < h2 id =gr-unit > < span class =secno > 14. </ span > Definition of the ‘< code
2196- class =css > fr</ code > ’ unit in a template element</ h2 >
2197-
2198- < p > The Grid Layout Module < a href ="#CSS3-GRID-LAYOUT "
2199- rel =biblioentry > [CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--> </ a > defines
2200- a ‘< code class =css > fr</ code > ’ unit (for
2201- “< strong > fr</ strong > action”) that is usable with certain properties
2202- that position or size boxes. A < a href ="#template-element "> < em > template
2203- element</ em > </ a > defines an < em > implicit grid</ em > (in the terminology of
2204- that module) for use with the ‘< code class =css > fr</ code > ’
2205- unit. The vertical grid lines are formed by the left and right content
2206- edges of the template element and by the edges between the columns of the
2207- template. The horizontal grid lines are formed by the top and bottom
2208- content edges of the template element and by the edges between the rows of
2209- the template. The top content edge and the left content edge have the
2210- number 0.
2196+ class =css > gr</ code > ’ unit in a template element</ h2 >
2197+
2198+ < p > The CSS Values and Units Module < a href ="#CSS3VAL "
2199+ rel =biblioentry > [CSS3VAL]<!--{{!CSS3VAL}}--> </ a > defines a ‘< code
2200+ class =css > gr</ code > ’ unit (for “< strong > gr</ strong > id”) that is
2201+ usable with certain properties that position or size boxes. A < a
2202+ href ="#template-element "> < em > template element</ em > </ a > defines an
2203+ < em > implicit grid</ em > (in the terminology of that module) for use with
2204+ the ‘< code class =css > gr</ code > ’ unit. The vertical grid lines
2205+ are formed by the left and right content edges of the template element and
2206+ by the edges between the columns of the template. The horizontal grid
2207+ lines are formed by the top and bottom content edges of the template
2208+ element and by the edges between the rows of the template. The top content
2209+ edge and the left content edge have the number 0.
22112210
22122211 < p class =note > In other words, a template with < var > n</ var > columns and
22132212 < var > m</ var > rows defines < var > n</ var > + 1 vertical grid lines numbered 0
@@ -2226,8 +2225,8 @@ <h2 id=gr-unit><span class=secno>14. </span>Definition of the ‘<code
22262225 position: f}
22272226#p1 {
22282227 position: absolute;
2229- top: 1fr ;
2230- left: 2fr }
2228+ top: 1gr ;
2229+ left: 2gr }
22312230</ pre >
22322231
22332232 < p > and this document fragment
@@ -2679,30 +2678,14 @@ <h2 id=history><span class=secno>18. </span>History</h2>
26792678 < h2 id =changes > < span class =secno > 19. </ span > Changes</ h2 >
26802679
26812680 < p > Summary of changes since < a
2682- href ="/TR/2010 /WD-css3-layout-20100429 / "> 29 April 2010 draft:</ a >
2681+ href ="/TR/2011 /WD-css3-layout-20111129 / "> 29 November 2011 draft:</ a >
26832682
26842683 < ul >
2685- < li > Added the ‘< a href ="#chains0 "> < code
2686- class =property > chains</ code > </ a > ’ property to create sequences of
2687- slots.
2688-
2689- < li > Added < a href ="#slot-pseudo "> region-based styling:</ a > properties can
2690- be set on the part of an element that is inside a slot, different from
2691- the part that is in a different slot, using the ‘< a
2692- href ="#slot "> < code class =css > slot()</ code > </ a > ’ pseudo-element.
2693-
2694- < li > Added more properties that apply to a slot itself.
2695-
2696- < li > Digits are now allowed as names for slots (in addition to letters).
2697-
2698- < li > The ‘< code class =property > gr</ code > ’ unit is renamed to
2699- ‘< code class =property > fr</ code > ’ (see < a
2700- href ="#CSS3-GRID-LAYOUT "
2701- rel =biblioentry > [CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--> </ a > ).
2702-
2703- < li > List items and table elements can now also have templates.
2684+ < li > The ‘< code class =property > fr</ code > ’ unit is renamed back
2685+ to ‘< code class =property > gr</ code > ’ (it is now defined in < a
2686+ href ="#CSS3VAL " rel =biblioentry > [CSS3VAL]<!--{{!CSS3VAL}}--> </ a > ).
27042687
2705- < li > Added some more issues and links to the issue tracker.
2688+ < li > Added a < a href =" #accessibility " > note about accessibility. </ a >
27062689 </ ul >
27072690
27082691 < h2 class =no-num id =acknowledgments > Acknowledgments</ h2 >
0 commit comments