|
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 21 May 2011</h2> |
| 42 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 June 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-20110521/"> |
48 | | - http://www.w3.org/TR/2011/ED-unknown-shortname-20110521</a> <!-- |
| 47 | + <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110601/"> |
| 48 | + http://www.w3.org/TR/2011/ED-unknown-shortname-20110601</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> |
@@ -537,7 +537,7 @@ <h3 id=layout-grid-mode-prop><span class=secno>3.1. </span>Grid Mode: the |
537 | 537 | The height is the height of the line box. Increasing heights to fit to |
538 | 538 | grids is done by increasing the computed height of the line box. <span |
539 | 539 | class=issue>How to make this value work well with images, headings, etc. |
540 | | - is still an issue</span> |
| 540 | + needs further thoughts.</span> |
541 | 541 |
|
542 | 542 | <dt><dfn id=block title="layout-grid-mode::block">‘<code |
543 | 543 | class=css>block</code>’</dfn> |
@@ -604,12 +604,10 @@ <h3 id=layout-grid-mode-prop><span class=secno>3.1. </span>Grid Mode: the |
604 | 604 | be defined by the ‘<a href="#layout-grid-line"><code |
605 | 605 | class=property>layout-grid-line</code></a>’ property. |
606 | 606 |
|
607 | | - <p class=issue>It is probably more desirable for Roman typography to align |
608 | | - baselines to grids rather than center of line boxes if we consider cases |
609 | | - like only a word in a line is large. But how can we align baselines to |
610 | | - grids? Align baselines to center of grids? Lines may not fit within one |
611 | | - grid. Align baselines to grids might work better, but it may not work well |
612 | | - with settings headings to ‘<code class=css>block</code>’. |
| 607 | + <p class=issue>This design does not allow authors to specify the exact top |
| 608 | + position of the first line. It is probably ok for web/epub where viewport |
| 609 | + is not fixed and therefore the UA has to absorb fractions using margins, |
| 610 | + but print folks may want more precise controls. |
613 | 611 |
|
614 | 612 | <p class=issue>Need to think more about use cases in tables. Turning off |
615 | 613 | line grids for table cells is one easy way and probably is good enough |
|
0 commit comments