Skip to content

Commit 3c8e65b

Browse files
committed
[css2] Flowobj.src ok. Flowobj2.src not done, but organized
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4030
1 parent daa1f5b commit 3c8e65b

9 files changed

Lines changed: 963 additions & 447 deletions

File tree

css2/DOC/FILES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ ui.src
2222
conform.src
2323

2424
refs.src
25-
index.src
2625

2726
sample.src
2827
changes.src
2928
notes.src
3029
grammar.src
3130

31+
index.src
32+
3233

3334

css2/conform.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: conform.src,v 1.4 1997-08-06 18:22:11 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 1.5 1997-08-07 15:15:45 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Definitions and document conventions</TITLE>
@@ -11,7 +11,7 @@
1111
<BODY>
1212
<H1 align="center">Definitions and document conventions</H1>
1313
<H2>Definitions</H2>
14-
<!-- Define "object language" -->
14+
<!-- Define "object language"? "document language"? "source language"? -->
1515
<!-- Define "element" -->
1616

1717
<H2>Conventions</H2>

css2/cover.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: cover.src,v 1.1 1997-07-29 17:12:53 ijacobs Exp $ -->
3+
<!-- $Id: cover.src,v 1.2 1997-08-07 15:15:49 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 Specification</TITLE>
@@ -9,8 +9,8 @@
99
</HEAD>
1010
<body>
1111

12-
<p align="right"><a href="http://www.w3.org/Consortium/"><img
13-
src="images/w3c_home.gif" alt="W3C" align="left" border="0"
12+
<p align="right"><a href="http://www.w3.org/Icons/"><img
13+
src="w3c_home.gif" alt="W3C" align="left" border="0"
1414
hspace="0"></a>CSS20-970813</p>
1515

1616
<h1 align=center>CSS2 Specification</h1>

css2/grammar.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
33
<TITLE>Appendix D: The grammar of CSS2</TITLE>
44
<LINK rel="previous" href="notes.html">
5+
<LINK rel="next" href="index.html">
56
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
67
</HEAD>
78
<BODY>

css2/indexlist.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: indexlist.src,v 1.1 1997-07-29 17:13:18 ijacobs Exp $ -->
3+
<!-- $Id: indexlist.src,v 1.2 1997-08-07 15:16:32 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Index</TITLE>
7-
<LINK rel="next" href="sample.html">
8-
<LINK rel="previous" href="refs.html">
7+
<LINK rel="previous" href="grammar.html">
98
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
109
</HEAD>
1110
<BODY>

css2/refs.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: refs.src,v 1.3 1997-08-01 17:48:21 ijacobs Exp $ -->
3+
<!-- $Id: refs.src,v 1.4 1997-08-07 15:16:37 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>References</TITLE>
7-
<LINK rel="next" href="index.html">
7+
<LINK rel="next" href="sample.html">
88
<LINK rel="previous" href="conform.html">
99
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010
</HEAD>

css2/sample.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
33
<TITLE>Appendix A: A sample style sheet for HTML 2.0</TITLE>
44
<LINK rel="next" href="changes.html">
5-
<LINK rel="previous" href="index.html">
5+
<LINK rel="previous" href="refs.html">
66
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
77
</HEAD>
88
<BODY>

0 commit comments

Comments
 (0)