csswg/css-line-grid Overview.html,1.3,1.4 Overview.src.html,1.3,1.4

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add an issue

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html	28 Apr 2011 06:24:37 -0000	1.3
+++ Overview.html	28 Apr 2011 06:41:57 -0000	1.4
@@ -475,6 +475,12 @@
    be defined by the &lsquo;<a href="#layout-grid-line"><code
    class=property>layout-grid-line</code></a>&rsquo; property.
 
+  <p class=issue>It is probably more desirable for Roman typography to align
+   baselines to grids rather than center of line boxes if we consider cases
+   like only a word in a line is large. But how can we align baselines to
+   grids? Align baselines to center of grids? Lines may not fit within one
+   grid.
+
   <div class=example>
    <div class=sidefigure> <img alt="Large text wraps within line grids"
     height=244 src=line-grid-wrap.png width=276>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.src.html	28 Apr 2011 06:24:37 -0000	1.3
+++ Overview.src.html	28 Apr 2011 06:41:57 -0000	1.4
@@ -304,7 +304,13 @@
   <p>Note that in order for this property to have an effect,
     line grids must be defined by the 'layout-grid-line' property.</p>
 
-   <div class="example">
+  <p class="issue">It is probably more desirable for Roman typography
+    to align baselines to grids rather than center of line boxes
+    if we consider cases like only a word in a line is large.
+    But how can we align baselines to grids?
+    Align baselines to center of grids? Lines may not fit within one grid.</p>
+
+  <div class="example">
     <div class="sidefigure">
       <img src="line-grid-wrap.png"
         width="276" height="244"

Received on Thursday, 28 April 2011 06:42:01 UTC