csswg/css-line-grid Overview.html,1.6,1.7 Overview.src.html,1.6,1.7

Update of /sources/public/csswg/css-line-grid
In directory hutz:/tmp/cvs-serv22630

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added an issue for layout-grid-mode: baseline

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html	29 Apr 2011 05:54:30 -0000	1.6
+++ Overview.html	29 Apr 2011 06:26:48 -0000	1.7
@@ -469,7 +469,9 @@
         and with after margin if last.
         -->
     The height is the height of the line box. Increasing heights to fit to
-    grids is done by increasing the computed height of the line box.
+    grids is done by increasing the computed height of the line box. <span
+    class=issue>How to make this value work well with images, headings, etc.
+    is still an issue</span>
 
    <dt><dfn id=block title="layout-grid-mode::block">&lsquo;<code
     class=css>block</code>&rsquo;</dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.src.html	29 Apr 2011 05:54:30 -0000	1.6
+++ Overview.src.html	29 Apr 2011 06:26:48 -0000	1.7
@@ -299,6 +299,7 @@
         The height is the height of the line box.
         Increasing heights to fit to grids is done by
         increasing the computed height of the line box.
+        <span class="issue">How to make this value work well with images, headings, etc. is still an issue</span>
       </dd>
     <dt><dfn title="layout-grid-mode::block">''block''</dfn></dt>
       <dd>Align blocks to the line grids.

Received on Friday, 29 April 2011 06:27:48 UTC