Skip to content

Commit 4f8d050

Browse files
committed
Generated. Do not edit!
1 parent 1043c61 commit 4f8d050

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

css-line-grid/Overview.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Line Grid Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2014-03-28 name=dcterms.date>
15+
<meta content=2014-04-02 name=dcterms.date>
1616
<meta content="Elika Etemad" name=dcterms.creator>
1717
<meta content="Koji Ishii" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
1919
<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/"
2121
name=dcterms.identifier>
2222
<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">
2523
<style type="text/css">
2624
.sidenote-block {
2725
border: 1px solid gray;
@@ -43,6 +41,8 @@
4341
width: 110pt;
4442
}
4543
</style>
44+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
45+
type="text/css">
4646

4747
<body>
4848
<div class=head> <!--begin-logo-->
@@ -51,17 +51,18 @@
5151

5252
<h1>CSS Line Grid Module Level 1</h1>
5353

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

5656
<dl>
5757
<dt>This version:
5858

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:
6463

64+
<dd><a href="http://www.w3.org/TR/css-line-grid-1/">
65+
http://www.w3.org/TR/css-line-grid-1/</a> <!--
6566
<dt>Previous version:
6667
<dd><a href="http://www.w3.org/PreviousVersionURI">
6768
http://www.w3.org/PreviousVersionURI</a>
@@ -120,12 +121,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
120121
<p>The (<a
121122
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
122123
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">
124125
www-style@w3.org</a> (see <a
125126
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
126127
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>
129130

130131
<p>This document was produced by the <a
131132
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
621622

622623
<dd>No slack: each line box is snapped to the grid.
623624

624-
<dt><dfn id=integer>&lt;integer&gt;</dfn>
625+
<dt><dfn id=ltintegergt>&lt;integer&gt;</dfn>
625626

626627
<dd>Nominally, each <var>n</var>th line box is snapped to the grid
627628
<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
758759
<dd>The edge halfway between the border and padding edges is snapped to
759760
the nearest grid line.
760761

761-
<dt><dfn id=identifier>&lt;identifier&gt;</dfn>
762+
<dt><dfn id=ltidentifiergt>&lt;identifier&gt;</dfn>
762763

763764
<dd>Names the grid to snap to. Defaults to the effective ‘<a
764765
href="#line-grid0"><code class=property>line-grid</code></a>’. If the
@@ -1202,10 +1203,10 @@ <h2 class=no-num id=index>Index</h2>
12021203
<li>half-border, <a href="#half-border"
12031204
title="section 3.3."><strong>3.3.</strong></a>
12041205

1205-
<li>&lt;identifier&gt;, <a href="#identifier"
1206+
<li>&lt;identifier&gt;, <a href="#ltidentifiergt"
12061207
title="section 3.3."><strong>3.3.</strong></a>
12071208

1208-
<li>&lt;integer&gt;, <a href="#integer"
1209+
<li>&lt;integer&gt;, <a href="#ltintegergt"
12091210
title="section 3.2."><strong>3.2.</strong></a>
12101211

12111212
<li>length unit

0 commit comments

Comments
 (0)