- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Dec 2011 10:10:30 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv8477
Modified Files:
Overview.html
Log Message:
Generated. Do not edit!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 2 Dec 2011 09:40:02 -0000 1.12
+++ Overview.html 2 Dec 2011 10:10:28 -0000 1.13
@@ -204,7 +204,7 @@
</span>Floating elements inside templates</a>
<li><a href="#gr-unit"><span class=secno>14. </span>Definition of the
- ‘<code class=css>fr</code>’ unit in a template element</a>
+ ‘<code class=css>gr</code>’ unit in a template element</a>
<li><a href="#chains"><span class=secno>15. </span>Chaining slots: the
‘<code class=property>chains</code>’ property</a>
@@ -2193,21 +2193,20 @@
</ul>
<h2 id=gr-unit><span class=secno>14. </span>Definition of the ‘<code
- class=css>fr</code>’ unit in a template element</h2>
+ class=css>gr</code>’ unit in a template element</h2>
- <p>The Grid Layout Module <a href="#CSS3-GRID-LAYOUT"
- rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a> defines
- a ‘<code class=css>fr</code>’ unit (for
- “<strong>fr</strong>action”) that is usable with certain properties
- that position or size boxes. A <a href="#template-element"><em>template
- element</em></a> defines an <em>implicit grid</em> (in the terminology of
- that module) for use with the ‘<code class=css>fr</code>’
- unit. The vertical grid lines are formed by the left and right content
- edges of the template element and by the edges between the columns of the
- template. The horizontal grid lines are formed by the top and bottom
- content edges of the template element and by the edges between the rows of
- the template. The top content edge and the left content edge have the
- number 0.
+ <p>The CSS Values and Units Module <a href="#CSS3VAL"
+ rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> defines a ‘<code
+ class=css>gr</code>’ unit (for “<strong>gr</strong>id”) that is
+ usable with certain properties that position or size boxes. A <a
+ href="#template-element"><em>template element</em></a> defines an
+ <em>implicit grid</em> (in the terminology of that module) for use with
+ the ‘<code class=css>gr</code>’ unit. The vertical grid lines
+ are formed by the left and right content edges of the template element and
+ by the edges between the columns of the template. The horizontal grid
+ lines are formed by the top and bottom content edges of the template
+ element and by the edges between the rows of the template. The top content
+ edge and the left content edge have the number 0.
<p class=note>In other words, a template with <var>n</var> columns and
<var>m</var> rows defines <var>n</var> + 1 vertical grid lines numbered 0
@@ -2226,8 +2225,8 @@
position: f}
#p1 {
position: absolute;
- top: 1fr;
- left: 2fr}
+ top: 1gr;
+ left: 2gr}
</pre>
<p>and this document fragment
@@ -2679,30 +2678,14 @@
<h2 id=changes><span class=secno>19. </span>Changes</h2>
<p>Summary of changes since <a
- href="/TR/2010/WD-css3-layout-20100429/">29 April 2010 draft:</a>
+ href="/TR/2011/WD-css3-layout-20111129/">29 November 2011 draft:</a>
<ul>
- <li>Added the ‘<a href="#chains0"><code
- class=property>chains</code></a>’ property to create sequences of
- slots.
-
- <li>Added <a href="#slot-pseudo">region-based styling:</a> properties can
- be set on the part of an element that is inside a slot, different from
- the part that is in a different slot, using the ‘<a
- href="#slot"><code class=css>slot()</code></a>’ pseudo-element.
-
- <li>Added more properties that apply to a slot itself.
-
- <li>Digits are now allowed as names for slots (in addition to letters).
-
- <li>The ‘<code class=property>gr</code>’ unit is renamed to
- ‘<code class=property>fr</code>’ (see <a
- href="#CSS3-GRID-LAYOUT"
- rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>).
-
- <li>List items and table elements can now also have templates.
+ <li>The ‘<code class=property>fr</code>’ unit is renamed back
+ to ‘<code class=property>gr</code>’ (it is now defined in <a
+ href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>).
- <li>Added some more issues and links to the issue tracker.
+ <li>Added a <a href="#accessibility">note about accessibility.</a>
</ul>
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
Received on Friday, 2 December 2011 10:10:32 UTC