- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Jun 2011 15:10:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-line-grid In directory hutz:/tmp/cvs-serv22217 Modified Files: Overview.html Overview.src.html Log Message: Edited issues in layout-grid-mode Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-line-grid/Overview.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.html 21 May 2011 19:21:48 -0000 1.15 +++ Overview.html 1 Jun 2011 15:10:03 -0000 1.16 @@ -39,13 +39,13 @@ <h1>CSS Line Grid Module</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 May 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 June 2011</h2> <dl> <dt>This version: - <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110521/"> - http://www.w3.org/TR/2011/ED-unknown-shortname-20110521</a> <!-- + <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110601/"> + http://www.w3.org/TR/2011/ED-unknown-shortname-20110601</a> <!-- <dt>Latest version: <dd><a href="http://www.w3.org/TR/css-line-grid"> http://www.w3.org/TR/css-line-grid</a> @@ -537,7 +537,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> + needs further thoughts.</span> <dt><dfn id=block title="layout-grid-mode::block">‘<code class=css>block</code>’</dfn> @@ -604,12 +604,10 @@ be defined by the ‘<a href="#layout-grid-line"><code class=property>layout-grid-line</code></a>’ 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. Align baselines to grids might work better, but it may not work well - with settings headings to ‘<code class=css>block</code>’. + <p class=issue>This design does not allow authors to specify the exact top + position of the first line. It is probably ok for web/epub where viewport + is not fixed and therefore the UA has to absorb fractions using margins, + but print folks may want more precise controls. <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 Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.src.html 21 May 2011 19:21:48 -0000 1.15 +++ Overview.src.html 1 Jun 2011 15:10:03 -0000 1.16 @@ -341,7 +341,8 @@ 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> + <span class="issue">How to make this value work well with images, headings, etc. + needs further thoughts.</span> </dd> <dt><dfn title="layout-grid-mode::block">''block''</dfn></dt> <dd>Align blocks to the line grids. @@ -409,12 +410,11 @@ <p>Note that in order for this property to have an effect, line grids must be defined by the 'layout-grid-line' property.</p> - <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. - Align baselines to grids might work better, but it may not work well with settings headings to ''block''.</p> + <p class="issue">This design does not allow authors to specify + the exact top position of the first line. + It is probably ok for web/epub where viewport is not fixed and therefore + the UA has to absorb fractions using margins, + but print folks may want more precise controls.</p> <p class="issue">Need to think more about use cases in tables. Turning off line grids for table cells is one easy way
Received on Wednesday, 1 June 2011 15:10:07 UTC