|
39 | 39 |
|
40 | 40 | <h1>CSS Line Grid Module</h1> |
41 | 41 |
|
42 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 May 2011</h2> |
| 42 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2> |
43 | 43 |
|
44 | 44 | <dl> |
45 | 45 | <dt>This version: |
46 | 46 |
|
47 | | - <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110512/"> |
48 | | - http://www.w3.org/TR/2011/ED-unknown-shortname-20110512</a> <!-- |
| 47 | + <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110514/"> |
| 48 | + http://www.w3.org/TR/2011/ED-unknown-shortname-20110514</a> <!-- |
49 | 49 | <dt>Latest version: |
50 | 50 | <dd><a href="http://www.w3.org/TR/css-line-grid"> |
51 | 51 | http://www.w3.org/TR/css-line-grid</a> |
@@ -589,6 +589,12 @@ <h3 id=layout-grid-mode-prop><span class=secno>3.1. </span>Grid Mode: the |
589 | 589 | grid. Align baselines to grids might work better, but it may not work well |
590 | 590 | with settings headings to ‘<code class=css>block</code>’. |
591 | 591 |
|
| 592 | + <p class=issue>Need to think more about use cases in tables. Turning off |
| 593 | + line grids for table cells is one easy way and probably is good enough |
| 594 | + when all cells are single line, but there probably are more use cases. |
| 595 | + |
| 596 | + <p class=issue>Need to think more about use cases in forms. |
| 597 | + |
592 | 598 | <div class=example> |
593 | 599 | <div class=sidefigure> <img alt="Large text wraps within line grids" |
594 | 600 | height=244 src=line-grid-wrap.png width=276> |
@@ -664,6 +670,7 @@ <h3 id=grid-length-unit><span class=secno>3.3. </span>The ‘<code |
664 | 670 | <!-- -->h1 { |
665 | 671 | <!-- --> line-grid-mode: block; |
666 | 672 | <!-- --> min-height: 3gd; /* 3 Gyou-dori */ |
| 673 | +<!-- --> margin-top: 1gd; |
667 | 674 | <!-- -->} |
668 | 675 | <!-- --></code></pre> |
669 | 676 | </div> |
|
0 commit comments