csswg/css-line-grid Overview.html,1.12,1.13 Overview.src.html,1.12,1.13

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
* Updated Gyou-dori example
* Added an issue for table cell
* Added an issue for forms

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html	12 May 2011 19:47:19 -0000	1.12
+++ Overview.html	14 May 2011 18:21:57 -0000	1.13
@@ -39,13 +39,13 @@
 
    <h1>CSS Line Grid Module</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110512/">
-     http://www.w3.org/TR/2011/ED-unknown-shortname-20110512</a> <!--
+    <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110514/">
+     http://www.w3.org/TR/2011/ED-unknown-shortname-20110514</a> <!--
   <dt>Latest version:
     <dd><a href="http://www.w3.org/TR/css-line-grid">
     http://www.w3.org/TR/css-line-grid</a>
@@ -589,6 +589,12 @@
    grid. Align baselines to grids might work better, but it may not work well
    with settings headings to &lsquo;<code class=css>block</code>&rsquo;.
 
+  <p class=issue>Need to think more about use cases in tables. Turning off
+   line grids for table cells is one easy way and probably is good enough
+   when all cells are single line, but there probably are more use cases.
+
+  <p class=issue>Need to think more about use cases in forms.
+
   <div class=example>
    <div class=sidefigure> <img alt="Large text wraps within line grids"
     height=244 src=line-grid-wrap.png width=276>
@@ -664,6 +670,7 @@
 <!-- -->h1 {
 <!-- -->  line-grid-mode: block;
 <!-- -->  min-height: 3gd; /* 3 Gyou-dori */
+<!-- -->  margin-top: 1gd;
 <!-- -->}
 <!-- --></code></pre>
   </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.src.html	12 May 2011 19:47:19 -0000	1.12
+++ Overview.src.html	14 May 2011 18:21:57 -0000	1.13
@@ -408,6 +408,13 @@
     Align baselines to center of grids? Lines may not fit within one grid.
     Align baselines to grids might work better, but it may not work well with settings headings to ''block''.</p>
 
+  <p class="issue">Need to think more about use cases in tables.
+    Turning off line grids for table cells is one easy way
+    and probably is good enough when all cells are single line,
+    but there probably are more use cases.</p>
+
+  <p class="issue">Need to think more about use cases in forms.</p>
+
   <div class="example">
     <div class="sidefigure">
       <img src="line-grid-wrap.png"
@@ -479,6 +486,7 @@
 <!-- -->h1 {
 <!-- -->  line-grid-mode: block;
 <!-- -->  min-height: 3gd; /* 3 Gyou-dori */
+<!-- -->  margin-top: 1gd;
 <!-- -->}
 <!-- --></code></pre>
   </div>

Received on Saturday, 14 May 2011 18:22:00 UTC