Skip to content

Commit 9aa3b4f

Browse files
committed
[css2] minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401621
1 parent ed8dd59 commit 9aa3b4f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

css2/images/longdesc/overflow2-desc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Long description for example with clipped overflow</h1>
1212
<P>This diagram illustrates how content may be clipped.
1313

1414
<P>One box, with a red border, is shown. In the lower right hand
15-
quadrant of this (DIV) box, part of the the text contents of the
15+
quadrant of this (DIV) box, part of the text contents of the
1616
BLOCKQUOTE element, with a dashed top and left border, are shown. The
1717
rest of the text is not visible since it is clipped by the DIV box,
1818
whose 'overflow' property has the value 'hidden'.

css2/images/longdesc/tbl-empty-desc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>Long description of example illustrating background calculation</h1>
1212

1313
<P>This diagram shows a small table with three transparent cells
14-
and illustrates how their final final background is determined.
14+
and illustrates how their final background is determined.
1515

1616
<P>The table consists of two rows. Four (labeled) cells lie in the
1717
first row, but the second cell spans the first and second row. The

css2/visuren.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: visuren.src,v 2.59 1998-05-02 23:45:32 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.60 1998-05-03 00:43:49 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -167,8 +167,8 @@ above), then we force it to have <em>only</em> block boxes
167167
inside it, by wrapping any inline boxes in an anonymous block box.
168168

169169
<div class="example">
170-
<P>This model would apply in the following example if the
171-
the following rules:</p>
170+
<P>This model would apply in the following example if the following
171+
rules:</p>
172172

173173
<PRE>
174174
/* Note: HTML UAs may not respect these rules */

0 commit comments

Comments
 (0)