8000 Edited issues in layout-grid-mode · w3c/csswg-drafts@13e2a4e · GitHub
Skip to content

Commit 13e2a4e

Browse files
committed
Edited issues in layout-grid-mode
1 parent e9d0bd7 commit 13e2a4e

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

css-line-grid/Overview.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
<h1>CSS Line Grid Module</h1>
4141

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>
4343

4444
<dl>
4545
<dt>This version:
4646

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> <!--
4949
<dt>Latest version:
5050
<dd><a href="http://www.w3.org/TR/css-line-grid">
5151
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
537537
The height is the height of the line box. Increasing heights to fit to
538538
grids is done by increasing the computed height of the line box. <span
539539
class=issue>How to make this value work well with images, headings, etc.
540-
is still an issue</span>
540+
needs further thoughts.</span>
541541

542542
<dt><dfn id=block title="layout-grid-mode::block">&lsquo;<code
543543
class=css>block</code>&rsquo;</dfn>
@@ -604,12 +604,10 @@ <h3 id=layout-grid-mode-prop><span class=secno>3.1. </span>Grid Mode: the
604604
be defined by the &lsquo;<a href="#layout-grid-line"><code
605605
class=property>layout-grid-line</code></a>&rsquo; property.
606606

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 &lsquo;<code class=css>block</code>&rsquo;.
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.
613611

614612
<p class=issue>Need to think more about use cases in tables. Turning off
615613
line grids for table cells is one easy way and probably is good enough

css-line-grid/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ <h3 id="layout-grid-mode-prop">Grid Mode: the 'layout-grid-mode' property</h3>
341341
The height is the height of the line box.
342342
Increasing heights to fit to grids is done by
343343
increasing the computed height of the line box.
344-
<span class="issue">How to make this value work well with images, headings, etc. is still an issue</span>
344+
<span class="issue">How to make this value work well with images, headings, etc.
345+
needs further thoughts.</span>
345346
</dd>
346347
<dt><dfn title="layout-grid-mode::block">''block''</dfn></dt>
347348
<dd>Align blocks to the line grids.
@@ -409,12 +410,11 @@ <h3 id="layout-grid-mode-prop">Grid Mode: the 'layout-grid-mode' property</h3>
409410
<p>Note that in order for this property to have an effect,
410411
line grids must be defined by the 'layout-grid-line' property.</p>
411412

412-
<p class="issue">It is probably more desirable for Roman typography
413-
to align baselines to grids rather than center of line boxes
414-
if we consider cases like only a word in a line is large.
415-
But how can we align baselines to grids?
416-
Align baselines to center of grids? Lines may not fit within one grid.
417-
Align baselines to grids might work better, but it may not work well with settings headings to ''block''.</p>
413+
<p class="issue">This design does not allow authors to specify
414+
the exact top position of the first line.
415+
It is probably ok for web/epub where viewport is not fixed and therefore
416+
the UA has to absorb fractions using margins,
417+
but print folks may want more precise controls.</p>
418418

419419
<p class="issue">Need to think more about use cases in tables.
420420
Turning off line grids for table cells is one easy way

0 commit comments

Comments
 (0)