Skip to content

Commit 6429047

Browse files
committed
[css2] Minor improvements in mark-up.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402929
1 parent fd4cdc4 commit 6429047

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.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.151 2009-02-03 11:25:00 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.152 2009-04-20 13:28:13 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -122,8 +122,8 @@ time; see <a href="#run-in">run-in boxes</a>), and 'table'.
122122
<p>Block-level elements (except for display 'table' elements, which are described in a later chapter) generate a <span class="index-def"
123123
title="principal block box"><a name="principal-box"><dfn>principal
124124
block box</dfn></a></span> that contains either only <span class="index-def"
125-
title="block box"><a name="block-box"><dfn>block
126-
box</dfn>es</a></span> or only <span class="index-def"
125+
title="block box"><a name="block-box"><dfn title="block box">block
126+
boxes</dfn></a></span> or only <span class="index-def"
127127
title="inline box"><a href="#inline-box">inline boxes</a></span>. The principal block box establishes the <a
128128
href="#containing-block">containing block</a> for descendant boxes and
129129
generated content and is also the box involved in any positioning
@@ -1336,7 +1336,7 @@ Note: The clearance can be negative.
13361336
clearance is -1em. (Assume none of the elements have borders or
13371337
padding):
13381338

1339-
<pre>
1339+
<pre class=html>
13401340
&lt;p style="<b>margin-bottom: 4em</b>">
13411341
First paragraph.
13421342

0 commit comments

Comments
 (0)