Skip to content

Commit 5f58e36

Browse files
committed
[css2] fix issue 69 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402450
1 parent 9da1281 commit 5f58e36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.126 2006-05-09 12:56:51 fantasai Exp $ -->
3+
<!-- $Id: visuren.src,v 2.127 2006-05-09 13:00:28 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -864,8 +864,8 @@ after B1's offset is applied. This implies that relative positioning
864864
may cause boxes to overlap.
865865
However, if relative positioning causes an 'overflow:auto' or
866866
'overflow:scroll' box to have
867-
overflow, the UA must allow the user to access this content, which,
868-
through the creation of scrollbars, may affect layout.
867+
overflow, the UA must allow the user to access this content (at its offset
868+
position), which, through the creation of scrollbars, may affect layout.
869869
</p>
870870
<p>A relatively positioned box keeps its normal flow size, including
871871
line breaks and the space originally reserved for it. The section on

0 commit comments

Comments
 (0)