Skip to content

Commit 6cc766d

Browse files
committed
[css2] minor tweaks
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40548
1 parent 34894e0 commit 6cc766d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/visuren.src

Lines changed: 4 additions & 4 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 1.49 1997-12-12 00:56:23 howcome Exp $ -->
3+
<!-- $Id: visuren.src,v 1.50 1997-12-12 01:19:58 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -242,7 +242,7 @@ section</A>.
242242

243243
<li>'absolute': The box generated for this element will be given an
244244
absolute position (and possibly size) with respect to the <a
245-
href="flowobj2#containing-block">containing block</A>. Absolutely
245+
href="flowobj2.html#containing-block">containing block</A>. Absolutely
246246
positioned elements are described in a <a
247247
href="#absolute-positioning">separate section</A>.
248248

@@ -971,7 +971,7 @@ bottom of each page.
971971

972972
<div class="example">
973973

974-
<P>Using fixed positioning, a presentation similar to "frames" can be
974+
<P>Using fixed positioning, presentations similar to "frames" can be
975975
achieved. Consider this example:
976976

977977
<PRE>
@@ -1047,7 +1047,7 @@ achieved. Consider this example:
10471047
&lt;DIV ID=footer> ... &lt;/DIV>
10481048
&lt;/BODY>
10491049
</PRE>
1050-
1050+
</DIV>
10511051

10521052
<H2><a name="comparison">Comparison of normal, relative, floating, absolute positioning</a></H2>
10531053
<P>To illustrate the relationship between normal flow, relative

0 commit comments

Comments
 (0)