Skip to content

Commit 8154169

Browse files
committed
* Updated Gyou-dori example
* Added an issue for table cell * Added an issue for forms
1 parent 212baf8 commit 8154169

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

css-line-grid/Overview.html

Lines changed: 10 additions & 3 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 12 May 2011</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2>
4343

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

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> <!--
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>
@@ -589,6 +589,12 @@ <h3 id=layout-grid-mode-prop><span class=secno>3.1. </span>Grid Mode: the
589589
grid. Align baselines to grids might work better, but it may not work well
590590
with settings headings to &lsquo;<code class=css>block</code>&rsquo;.
591591

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+
592598
<div class=example>
593599
<div class=sidefigure> <img alt="Large text wraps within line grids"
594600
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 &lsquo;<code
664670
<!-- -->h1 {
665671
<!-- --> line-grid-mode: block;
666672
<!-- --> min-height: 3gd; /* 3 Gyou-dori */
673+
<!-- --> margin-top: 1gd;
667674
<!-- -->}
668675
<!-- --></code></pre>
669676
</div>

css-line-grid/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@ <h3 id="layout-grid-mode-prop">Grid Mode: the 'layout-grid-mode' property</h3>
408408
Align baselines to center of grids? Lines may not fit within one grid.
409409
Align baselines to grids might work better, but it may not work well with settings headings to ''block''.</p>
410410

411+
<p class="issue">Need to think more about use cases in tables.
412+
Turning off line grids for table cells is one easy way
413+
and probably is good enough when all cells are single line,
414+
but there probably are more use cases.</p>
415+
416+
<p class="issue">Need to think more about use cases in forms.</p>
417+
411418
<div class="example">
412419
<div class="sidefigure">
413420
<img src="line-grid-wrap.png"
@@ -479,6 +486,7 @@ <h3 id="grid-length-unit">The ''<span class="index" title="length unit::gd">gd</
479486
<!-- -->h1 {
480487
<!-- --> line-grid-mode: block;
481488
<!-- --> min-height: 3gd; /* 3 Gyou-dori */
489+
<!-- --> margin-top: 1gd;
482490
<!-- -->}
483491
<!-- --></code></pre>
484492
</div>

0 commit comments

Comments
 (0)