Skip to content

Commit f6ca6c8

Browse files
committed
[css2] Fix copy-paste error from issue 229
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403205
1 parent eddc7a3 commit f6ca6c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/changes.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: changes.src,v 2.158 2011-03-30 17:48:50 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.159 2011-04-07 17:38:00 fantasai Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6987,7 +6987,7 @@ certain difficult cases. Add after the numbered list:
69876987
<blockquote>
69886988
<p><ins>But in CSS&nbsp;2.1, if, within the block formatting context,
69896989
there is an in-flow negative vertical margin such that the float's
6990-
position is above the position it would be at were the negative margin
6990+
position is above the position it would be at were all such negative margins
69916991
set to zero, the position of the float is undefined.</ins>
69926992
</blockquote>
69936993

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.191 2011-03-30 17:49:31 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.192 2011-04-07 17:38:00 fantasai Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1248,7 +1248,7 @@ left/right.
12481248

12491249
<p>But in CSS&nbsp;2.1, if, within the block formatting context, there
12501250
is an in-flow negative vertical margin such that the float's position
1251-
is above the position it would be at were the negative margin
1251+
is above the position it would be at were all such negative margins
12521252
set to zero, the position of the float is undefined.
12531253

12541254
<p>References to other elements in these rules refer only to other elements in the same <a href="#block-formatting">block formatting context</a> as the float.

0 commit comments

Comments
 (0)