Skip to content

Commit ee7a001

Browse files
committed
[css2] Minor changes and fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401602
1 parent 69442d1 commit ee7a001

6 files changed

Lines changed: 15 additions & 13 deletions

File tree

css2/conform.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: conform.src,v 2.39 1998-04-30 21:15:39 howcome Exp $ -->
3+
<!-- $Id: conform.src,v 2.40 1998-04-30 23:21:13 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -88,7 +88,7 @@ these elements (such as "P", "TABLE", and "OL" for HTML) to specify
8888
rendering information for them.
8989

9090
<dt><strong><span class="index-def" title="replaced element">Replaced
91-
element</span>
91+
element</span></strong>
9292

9393
<dd>An element that the CSS formatter only knows the intrinsic
9494
dimensions of. In HTML, 'IMG', 'INPUT', 'TEXTAREA', 'SELECT' and
@@ -98,7 +98,7 @@ SRC attribute points to. CSS does not define how the intrinsic
9898
dimensions are found.
9999

100100
<dt><strong><span class="index-def" title="intrinsic
101-
dimensions">Intrinsic dimensions</span>
101+
dimensions">Intrinsic dimensions</span></strong>
102102

103103
<dd>The width and height as defined by the element itself, not imposed
104104
by the surroundings. In CSS2 it is assumed that all replaced elements

css2/selector.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.47 1998-04-30 17:37:51 howcome Exp $ -->
3+
<!-- $Id: selector.src,v 2.48 1998-04-30 23:21:19 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -1024,7 +1024,7 @@ to show how properties are inherited.
10241024

10251025
<pre>
10261026
&lt;P&gt;<b>&lt;P:first-line&gt;</b> This is a somewhat long HTML
1027-
paragraph that will<b>&lt;/P:first-line&gt;</b> be broken into several
1027+
paragraph that will <b>&lt;/P:first-line&gt;</b> be broken into several
10281028
lines. The first line will be identified
10291029
by a fictional tag sequence. The other lines
10301030
will be treated as ordinary lines in the

css2/tables.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.36 1998-04-30 22:24:57 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.37 1998-04-30 23:21:26 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -770,7 +770,7 @@ can use any other algorithm.
770770

771771
<P>This algorithm may be inefficient since it requires the user agent to
772772
have access to all the content in the table before determining the
773-
final layout and may may demand more than one pass.
773+
final layout and may demand more than one pass.
774774

775775
<p>Column widths are determined as follows:</p>
776776

css2/visudet.src

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.38 1998-04-30 22:08:34 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 2.39 1998-04-30 23:21:33 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -79,7 +79,8 @@ following document:</p>
7979
<P>are established as follows:</P>
8080

8181
<table border>
82-
<tr><th align="center">For box generated by<td align="center"><strong>C.B. is
82+
<tr><th align="center">For box generated by
83+
<td align="center"><strong>C.B. is
8384
established by</strong></tr>
8485
<tr><td align="center">body<td align="center">initial C.B. (UA-dependent)</tr>
8586
<tr><td align="center">div1<td align="center">body</tr>
@@ -109,7 +110,8 @@ other positioned ancestor boxes).
109110
<P>the table of containing blocks becomes:</p>
110111

111112
<table border>
112-
<tr><th align="center">For box generated by<td align="center"><strong>C.B. is
113+
<tr><th align="center">For box generated by
114+
<td align="center"><strong>C.B. is
113115
established by</strong></tr>
114116
<tr><td align="center">body<td align="center">initial C.B.</tr>
115117
<tr><td align="center">div1<td align="center">initial C.B.</tr>

css2/visufx.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ DIV.attributed-to { text-align : right; }
128128
</PRE>
129129

130130
<!-- I replaced top and left with margin-top and margin-left, and
131-
removed postion:absolute. Another way to fix the example is to add
131+
removed position:absolute. Another way to fix the example is to add
132132
position:relative to DIV, but that would make the example, longer,
133133
while this made it shorter. BB -->
134134

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.57 1998-04-30 22:14:17 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.58 1998-04-30 23:21:53 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -555,7 +555,7 @@ the coordinates of a box.
555555
href="#normal-flow">normal flow</a>. The <span
556556
class="propinst-left">'left'</span> and <span
557557
class="propinst-top">'top'</span> properties do not apply.
558-
<strong>Note.</strong>The word
558+
<strong>Note.</strong> The word
559559
"static" may seem confusing&#8212;'fixed' is arguably more static than
560560
'static'&#8212;but 'static' was chosen because the expectation is that it
561561
will most often be used in scripts that "animate" elements by

0 commit comments

Comments
 (0)