Skip to content

Commit 00761fb

Browse files
committed
[css2] Flow obj advancing
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4028
1 parent b3afc4d commit 00761fb

13 files changed

Lines changed: 2203 additions & 771 deletions

css2/DOC/CONVENTIONS

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ Global structure
1717
************
1818
Properties
1919
************
20-
2120
* To mark up property definitions. For a property named "propname", use:
2221

2322
<DIV class="propdef">
24-
<Hn class="propname">
23+
<H4 class="propname">
2524
<a name="propdef-propname">
2625
<span title="propname" class="index-def">
27-
'propname'</span></a></Hn>
26+
'propname'</span></a></H4>
2827
<TABLE class="propinfo">
2928
<TR><TH>Property name:<TD>...</TR>
3029
<TR><TH>Value:<TD>...</TR>
@@ -46,7 +45,7 @@ Properties
4645

4746
* To mark up property instances:
4847

49-
<span class="propinst">'propname'</span>
48+
<span class="propinst-propname">'propname'</span>
5049

5150
- Property instances will link to the definitions.
5251

@@ -70,15 +69,19 @@ some combination of these three.
7069

7170
MarkUp all value definitions with:
7271

73-
<span class="value-def">
74-
<span class="index-def" title="value, definition of">
75-
value</span></span>
72+
<span class="index-def" title="value, definition of">
73+
<a name="value-def-value" class="value-def">value</a>
74+
</span>
75+
76+
Note that the name attribute is first.
7677

77-
MarkUp all value instances with
78+
MarkUp all value instances with:
79+
80+
<span class="index-inst" title="value">
81+
<span class="value-inst-value">value</span>
82+
</span>
7883

79-
<span class="value-inst">
80-
<span class="index-inst" title="value, use">
81-
value</span></span>
84+
The "value" in the text may be marked up (e.g., &lt;value&gt;)
8285

8386
************
8487
Indexes
@@ -178,7 +181,7 @@ Document HEAD
178181

179182
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
180183
<html lang="en">
181-
<!-- $Id: CONVENTIONS,v 1.5 1997-08-01 17:02:54 ijacobs Exp $ -->
184+
<!-- $Id: CONVENTIONS,v 1.6 1997-08-06 18:23:44 ijacobs Exp $ -->
182185
<HEAD>
183186
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
184187
<TITLE>CSS2 Specification</TITLE>

css2/cascade.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: cascade.src,v 1.4 1997-08-01 17:02:21 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 1.5 1997-08-06 18:21:51 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascade</TITLE>
@@ -66,7 +66,7 @@ sheets.
6666
-->
6767

6868
<P> Conflicting rules are intrinsic to the CSS mechanism. To find the
69-
value for an element/property combination, user agents MUST apply
69+
value for an element/property combination, user agents must apply
7070
the following algorithm:
7171

7272
<OL>

css2/colors.src

Lines changed: 128 additions & 61 deletions
Large diffs are not rendered by default.

css2/conform.src

Lines changed: 4 additions & 1 deletion
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.3 1997-07-31 15:37:52 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 1.4 1997-08-06 18:22:11 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,6 +11,9 @@
1111
<BODY>
1212
<H1 align="center">Definitions and document conventions</H1>
1313
<H2>Definitions</H2>
14+
<!-- Define "object language" -->
15+
<!-- Define "element" -->
16+
1417
<H2>Conventions</H2>
1518
<H3>CSS property definitions</H3>
1619
<P>Each CSS property definition begins with a summary of key

css2/doctree.src

Lines changed: 6 additions & 6 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: doctree.src,v 1.2 1997-07-30 16:54:38 ijacobs Exp $ -->
3+
<!-- $Id: doctree.src,v 1.3 1997-08-06 18:22:18 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 document tree</TITLE>
@@ -23,8 +23,8 @@
2323
<P> If no color has been assigned to the EM element, the emphasized
2424
"is" will inherit the color of the parent element, i.e., it will also
2525
appear in blue. Other style properties are likewise inherited, e.g.,
26-
<span class="propinst">'font-family'</span> and <span
27-
class="propinst">'font-size'</span>.
26+
<span class="propinst-font-family">'font-family'</span> and <span
27+
class="propinst-font-size">'font-size'</span>.
2828

2929
<P> To set a "default" style property for a document, one can set the
3030
property on an element from which all visible elements descend. In
@@ -46,7 +46,7 @@ backgrounds</a> for more information).
4646

4747
<P> Some style properties are not inherited from the parent element to
4848
the child element. Most often it is intuitive why this is not the
49-
case. E.g., the <span class="propinst">'background'</span> property
49+
case. E.g., the <span class="propinst-background">'background'</span> property
5050
does not inherit, but the parent element's background will shine
5151
through by default.
5252

@@ -60,9 +60,9 @@ another property:
6060

6161
<P> For each property that allows percentage values, it is defined
6262
what property it refers to. Children elements of P will inherit the
63-
computed value of <span class="propinst">'line-height'</span>
63+
computed value of <span class="propinst-line-height">'line-height'</span>
6464
(i.e., 12pt), not the percentage (see
65-
the <span class="value-inst"><percentage></span> value).
65+
the <span class="index-inst" title="&lt;percentage&gt;"><span class="value-inst-percentage">&lt;percentage&gt;</span></span>value).
6666

6767
</BODY>
6868
</html>

0 commit comments

Comments
 (0)