|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Line Grid Module Level 1" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2014-03-28 name=dcterms.date> |
| 15 | + <meta content=2014-04-02 name=dcterms.date> |
16 | 16 | <meta content="Elika Etemad" name=dcterms.creator> |
17 | 17 | <meta content="Koji Ishii" name=dcterms.creator> |
18 | 18 | <meta content="Alan Stearns" name=dcterms.creator> |
19 | 19 | <meta content=W3C name=dcterms.publisher> |
20 | | - <meta content="http://dev.w3.org/csswg/unknown-shortname/" |
| 20 | + <meta content="http://dev.w3.org/csswg/css-line-grid-1/" |
21 | 21 | name=dcterms.identifier> |
22 | 22 | <link href="../default.css" rel=stylesheet type="text/css"> |
23 | | - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
24 | | - type="text/css"> |
25 | 23 | <style type="text/css"> |
26 | 24 | .sidenote-block { |
27 | 25 | border: 1px solid gray; |
|
43 | 41 | width: 110pt; |
44 | 42 | } |
45 | 43 | </style> |
| 44 | + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
| 45 | + type="text/css"> |
46 | 46 |
|
47 | 47 | <body> |
48 | 48 | <div class=head> <!--begin-logo--> |
|
51 | 51 |
|
52 | 52 | <h1>CSS Line Grid Module Level 1</h1> |
53 | 53 |
|
54 | | - <h2 class="no-num no-toc">Editor's Draft 28 March 2014</h2> |
| 54 | + <h2 class="no-num no-toc">Editor's Draft 2 April 2014</h2> |
55 | 55 |
|
56 | 56 | <dl> |
57 | 57 | <dt>This version: |
58 | 58 |
|
59 | | - <dd><a href="http://dev.w3.org/csswg/unknown-shortname/"> |
60 | | - http://www.w3.org/TR/2014/ED-unknown-shortname-20140328</a> <!-- |
61 | | - <dt>Latest version: |
62 | | - <dd><a href="http://www.w3.org/TR/css-line-grid-1/"> |
63 | | - http://www.w3.org/TR/css-line-grid-1/</a> |
| 59 | + <dd><a href="http://dev.w3.org/csswg/css-line-grid-1/"> |
| 60 | + http://www.w3.org/TR/2014/ED-css-line-grid-1-20140402/</a> |
| 61 | + |
| 62 | + <dt>Latest version: |
64 | 63 |
|
| 64 | + <dd><a href="http://www.w3.org/TR/css-line-grid-1/"> |
| 65 | + http://www.w3.org/TR/css-line-grid-1/</a> <!-- |
65 | 66 | <dt>Previous version: |
66 | 67 | <dd><a href="http://www.w3.org/PreviousVersionURI"> |
67 | 68 | http://www.w3.org/PreviousVersionURI</a> |
@@ -120,12 +121,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2> |
120 | 121 | <p>The (<a |
121 | 122 | href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public |
122 | 123 | mailing list <a |
123 | | - href="mailto:www-style@w3.org?Subject=%5Bunknown-shortname%5D%20PUT%20SUBJECT%20HERE"> |
| 124 | + href="mailto:www-style@w3.org?Subject=%5Bcss-line-grid-1%5D%20PUT%20SUBJECT%20HERE"> |
124 | 125 | www-style@w3.org</a> (see <a |
125 | 126 | href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for |
126 | 127 | discussion of this specification. When sending e-mail, please put the text |
127 | | - “unknown-shortname” in the subject, preferably like this: |
128 | | - “[<!---->unknown-shortname<!---->] <em>…summary of comment…</em>” |
| 128 | + “css-line-grid-1” in the subject, preferably like this: |
| 129 | + “[<!---->css-line-grid-1<!---->] <em>…summary of comment…</em>” |
129 | 130 |
|
130 | 131 | <p>This document was produced by the <a |
131 | 132 | href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of |
@@ -621,7 +622,7 @@ <h3 id=line-slack><span class=secno>3.2. </span> Line Snap Allowance: the |
621 | 622 |
|
622 | 623 | <dd>No slack: each line box is snapped to the grid. |
623 | 624 |
|
624 | | - <dt><dfn id=integer><integer></dfn> |
| 625 | + <dt><dfn id=ltintegergt><integer></dfn> |
625 | 626 |
|
626 | 627 | <dd>Nominally, each <var>n</var>th line box is snapped to the grid |
627 | 628 | <em>or</em> each <var>n</var>th grid line has a line box snapped to it, |
@@ -758,7 +759,7 @@ <h3 id=box-snap><span class=secno>3.3. </span> Snapping Block Boxes: the |
758 | 759 | <dd>The edge halfway between the border and padding edges is snapped to |
759 | 760 | the nearest grid line. |
760 | 761 |
|
761 | | - <dt><dfn id=identifier><identifier></dfn> |
| 762 | + <dt><dfn id=ltidentifiergt><identifier></dfn> |
762 | 763 |
|
763 | 764 | <dd>Names the grid to snap to. Defaults to the effective ‘<a |
764 | 765 | href="#line-grid0"><code class=property>line-grid</code></a>’. If the |
@@ -1202,10 +1203,10 @@ <h2 class=no-num id=index>Index</h2> |
1202 | 1203 | <li>half-border, <a href="#half-border" |
1203 | 1204 | title="section 3.3."><strong>3.3.</strong></a> |
1204 | 1205 |
|
1205 | | - <li><identifier>, <a href="#identifier" |
| 1206 | + <li><identifier>, <a href="#ltidentifiergt" |
1206 | 1207 | title="section 3.3."><strong>3.3.</strong></a> |
1207 | 1208 |
|
1208 | | - <li><integer>, <a href="#integer" |
| 1209 | + <li><integer>, <a href="#ltintegergt" |
1209 | 1210 | title="section 3.2."><strong>3.2.</strong></a> |
1210 | 1211 |
|
1211 | 1212 | <li>length unit |
|
0 commit comments