Skip to content

Commit 087ea23

Browse files
committed
[css2] Correction to edit for issue 179.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403168
1 parent 3f62e44 commit 087ea23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.185 2011-03-22 20:59:45 fantasai Exp $ -->
3+
<!-- $Id: visuren.src,v 2.186 2011-03-23 01:04:22 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -220,7 +220,7 @@ span { display: block }
220220

221221
<p>The P element contains a chunk (C1) of anonymous text followed
222222
by a block-level element followed by another chunk (C2) of anonymous
223-
text. The resulting boxes would be a block box representing the P,
223+
text. The resulting boxes would be a block box representing the BODY,
224224
containing an anonymous block box around C1, the SPAN block box, and
225225
another anonymous block box around C2.
226226
</p></div>

0 commit comments

Comments
 (0)