csswg/css3-layout new2.src.html,1.1,1.2

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv9788

Modified Files:
	new2.src.html 
Log Message:
Replaced fit-content with auto. Replaced some references to CSS3PAGE with CSS3-BREAK and removed local re-definition of 'break-*' properties. Expanded the Changes section. Expanded issues and history.

Index: new2.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- new2.src.html	26 Feb 2012 04:08:54 -0000	1.1
+++ new2.src.html	27 Feb 2012 22:45:33 -0000	1.2
@@ -52,28 +52,28 @@
 <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2004]</h2>
 
 <dl>
-<dt>This version:
+  <dt>This version:
 
-<dd><a href="[VERSION]"
->http://www.w3.org/TR/[YEAR]/ED-[SHORTNAME]-[CDATE]/</a>
+  <dd><a href="[VERSION]"
+  >http://www.w3.org/TR/[YEAR]/ED-[SHORTNAME]-[CDATE]/</a>
 
[...1235 lines suppressed...]
+<li>Renamed the keyword ''fit-content'' to ''auto''. The former has a
+specific meaning in [[CSS3BOX]], which is related, but not the same.
+
+<li>The margin properties are now allowed on slots. Even though this
+is redundant with the possibility to create empty slots in the grid
+template, it seems more consistent, because slots also have borders
+(which, unlike in tables, do not collapse).
+
+<li>Different set of constraints and a different function to optimize
+when calculating the size of rows and columns: the row heights and
+column widths are now considered together, which should guarantee that
+the overall size of the grid element is as small as possible in all
+cases and also makes the handling of width and height symmetric.
+
+<li>References to 'page-break-*' properties and to [[CSS3PAGE]] have
+been replaced with references to 'break-*' properties and the new
+[[CSS3-BREAK]] module.
 </ul>
 
 <!--=================================================================-->

Received on Monday, 27 February 2012 22:45:36 UTC