csswg/css3-layout new.src.html,1.11,1.12

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

Modified Files:
	new.src.html 
Log Message:
Improved definitions.


Index: new.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new.src.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- new.src.html	17 Feb 2012 01:39:41 -0000	1.11
+++ new.src.html	17 Feb 2012 20:53:39 -0000	1.12
@@ -8,6 +8,8 @@
   <link rel="stylesheet" type="text/css"
         href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
   <style type="text/css">
+   .example .visible {border: thin dotted silver}
+
     /* delete this block when you've cleared out all the .replaceme elements */
     .replaceme {
       border: solid red;
@@ -760,6 +762,7 @@
 
   <p>A <dfn id="grid-element">grid element</dfn> is declared in markup by
[...1193 lines suppressed...]
+  <ol>
+  <li>The top margin edge of the anonymous block may not be higher
+  than the top edge of the slot.
+
+  <li>The topmost baseline in the content may not be higher than the
+  topmost baseline of content in any other slot in the same row that
+  also has 'vertical-align: baseline'. Baselines of content inside
+  floats are not taken into account. Slots that span several rows are
+  considered to occur in their topmost row.
+  </ol>
+</dl>
+
+<p>For all other values, the content is top aligned: the top margin
+edge of the anonymous box coincides with the top edge of the slot.
+
+
+
 <h2 id="conformance">
 Conformance</h2>
 

Received on Friday, 17 February 2012 20:53:56 UTC