Skip to content

Commit e0e06d8

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401507
1 parent c5e5a63 commit e0e06d8

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

css2/lists.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: lists.src,v 2.18 1998-04-17 23:32:13 ijacobs Exp $ -->
3+
<!-- $Id: lists.src,v 2.19 1998-04-18 16:49:02 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -47,7 +47,7 @@ content box (outside the content or at the beginning of content). They
4747
do not allow authors to specify distinct style (colors, fonts,
4848
alignment, etc.) for the list marker or adjust its position with
4949
respect to the principal box. Both of these are possible with <a
50-
href="visuren.html#markers">markers</a>, however. Furthermore, when a
50+
href="generate.html#markers">markers</a>, however. Furthermore, when a
5151
marker M (created with 'display: marker') is used with a list item
5252
created by the properties in this chapter, M replaces the standard
5353
list item marker.
@@ -214,7 +214,7 @@ principal block box. Values have the following meanings:</p>
214214

215215
<dl>
216216
<dt><strong>outside</strong>
217-
<dd>The list item marker is in the <a href="box.html#padding-area">
217+
<dd>The list item marker is in the <a href="box.html#box-padding-area">
218218
padding area</a> of the principal block box.
219219
<dt><strong>inside</strong>
220220
<dd>The list item marker is the first inline box in the

css2/tables.src

Lines changed: 16 additions & 16 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.30 1998-04-16 22:17:02 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.31 1998-04-18 16:48:32 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -1238,29 +1238,29 @@ of these precedence rules. This style sheet:</p>
12381238
&lt;TABLE&gt;
12391239
&lt;COL id=&quot;col1&quot;&gt;&lt;COL id=&quot;col2&quot;&gt;&lt;COL id=&quot;col3&quot;&gt;
12401240
&lt;TR id=&quot;row1&quot;&gt;
1241-
&lt;TD&gt 1
1242-
&lt;TD&gt 2
1243-
&lt;TD&gt 3
1241+
&lt;TD&gt; 1
1242+
&lt;TD&gt; 2
1243+
&lt;TD&gt; 3
12441244
&lt;/TR&gt;
12451245
&lt;TR id=&quot;row2&quot;&gt;
1246-
&lt;TD&gt 4
1247-
&lt;TD class="solid-blue"&gt 5
1248-
&lt;TD class="solid-green"&gt 6
1246+
&lt;TD&gt; 4
1247+
&lt;TD class="solid-blue"&gt; 5
1248+
&lt;TD class="solid-green"&gt; 6
12491249
&lt;/TR&gt;
12501250
&lt;TR id=&quot;row3&quot;&gt;
1251-
&lt;TD&gt 7
1252-
&lt;TD&gt 8
1253-
&lt;TD&gt 9
1251+
&lt;TD&gt; 7
1252+
&lt;TD&gt; 8
1253+
&lt;TD&gt; 9
12541254
&lt;/TR&gt;
12551255
&lt;TR id=&quot;row4&quot;&gt;
1256-
&lt;TD&gt 10
1257-
&lt;TD&gt 11
1258-
&lt;TD&gt 12
1256+
&lt;TD&gt; 10
1257+
&lt;TD&gt; 11
1258+
&lt;TD&gt; 12
12591259
&lt;/TR&gt;
12601260
&lt;TR id=&quot;row5&quot;&gt;
1261-
&lt;TD&gt 13
1262-
&lt;TD&gt 14
1263-
&lt;TD&gt 15
1261+
&lt;TD&gt; 13
1262+
&lt;TD&gt; 14
1263+
&lt;TD&gt; 15
12641264
&lt;/TR&gt;
12651265
&lt;/TABLE&gt;
12661266
</pre>

0 commit comments

Comments
 (0)